aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-15 18:57:32 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-15 18:57:32 -0500
commit8edd68f88bfe0f88addf4ba8e69bd920a7995b44 (patch)
tree30cfa362a5440fe99de2ffd640f74856ca703d53 /tox.ini
parent4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c (diff)
parent4e4bdb093b9038bd6896f234ac35387505e5f346 (diff)
downloadcryptography-8edd68f88bfe0f88addf4ba8e69bd920a7995b44.tar.gz
cryptography-8edd68f88bfe0f88addf4ba8e69bd920a7995b44.tar.bz2
cryptography-8edd68f88bfe0f88addf4ba8e69bd920a7995b44.zip
Merge branch 'master' into py35-and-pypy
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 3f733861..219da545 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ deps =
pretend
pytest
./vectors
-passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH
+passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
commands =
pip list
python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())"