mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Try to pass the environment variable for JEDI_TEST_ENVIRONMENT to pytest over tox
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py33, py34, py35, py36, py36-env27, py36-env33, py36-env34, py36-env35
|
envlist = py27, py33, py34, py35, py36
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
pytest>=2.3.5, < 3.3
|
pytest>=2.3.5, < 3.3
|
||||||
@@ -9,6 +9,7 @@ deps =
|
|||||||
# coloroma for colored debug output
|
# coloroma for colored debug output
|
||||||
colorama
|
colorama
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
passenv = JEDI_TEST_ENVIRONMENT
|
||||||
setenv =
|
setenv =
|
||||||
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
||||||
# tox corrupts __pycache__, solution from here:
|
# tox corrupts __pycache__, solution from here:
|
||||||
|
|||||||
Reference in New Issue
Block a user