From 5a4d26e597933458053c4d1489528e2f48954448 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 6 May 2019 20:44:20 -0400 Subject: passthrough PYTHONIOENCODING in tox (#4876) this will fix issues in py27 in windows docker containers when running tox for our future glorious CI --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3