1
0
forked from VimPlug/jedi

Try to pass the environment variable for JEDI_TEST_ENVIRONMENT to pytest over tox

This commit is contained in:
Dave Halter
2017-12-29 13:49:24 +01:00
parent ed57f6172f
commit 408293085c

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36, py36-env27, py36-env33, py36-env34, py36-env35
envlist = py27, py33, py34, py35, py36
[testenv]
deps =
pytest>=2.3.5, < 3.3
@@ -9,6 +9,7 @@ deps =
# coloroma for colored debug output
colorama
-rrequirements.txt
passenv = JEDI_TEST_ENVIRONMENT
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here: