aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-06 20:44:20 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-06 20:44:20 -0400
commit5a4d26e597933458053c4d1489528e2f48954448 (patch)
treec1687ede6698abb572c3912be4b6c36ffbfb4dde /tox.ini
parent305eb9a7d51824d0e98089521b63a2513282dbef (diff)
downloadcryptography-5a4d26e597933458053c4d1489528e2f48954448.tar.gz
cryptography-5a4d26e597933458053c4d1489528e2f48954448.tar.bz2
cryptography-5a4d26e597933458053c4d1489528e2f48954448.zip
passthrough PYTHONIOENCODING in tox (#4876)
this will fix issues in py27 in windows docker containers when running tox for our future glorious CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d4c3022b..45df8722 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ deps =
# This must be kept in sync with Jenkinsfile and .travis/install.sh
coverage
./vectors
-passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
+passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME PYTHONIOENCODING
commands =
pip list
# We use parallel mode and then combine here so that coverage.py will take