parent
b071fdc633
commit
f31447b82b
11
tox.ini
11
tox.ini
|
@ -10,9 +10,8 @@ envlist=
|
||||||
[testenv]
|
[testenv]
|
||||||
commands= pytest --lsof -rfsxX {posargs:testing}
|
commands= pytest --lsof -rfsxX {posargs:testing}
|
||||||
passenv = USER USERNAME
|
passenv = USER USERNAME
|
||||||
deps=
|
deps=
|
||||||
# pin to 3.5.0 until 3.5.2 is released
|
hypothesis>=3.5.2
|
||||||
hypothesis==3.5.0
|
|
||||||
nose
|
nose
|
||||||
mock
|
mock
|
||||||
requests
|
requests
|
||||||
|
@ -48,8 +47,7 @@ commands = flake8 pytest.py _pytest testing
|
||||||
deps=pytest-xdist>=1.13
|
deps=pytest-xdist>=1.13
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
# pin to 3.5.0 until 3.5.2 is released
|
hypothesis>=3.5.2
|
||||||
hypothesis==3.5.0
|
|
||||||
commands=
|
commands=
|
||||||
pytest -n1 -rfsxX {posargs:testing}
|
pytest -n1 -rfsxX {posargs:testing}
|
||||||
|
|
||||||
|
@ -75,8 +73,7 @@ commands=
|
||||||
[testenv:py27-nobyte]
|
[testenv:py27-nobyte]
|
||||||
deps=
|
deps=
|
||||||
pytest-xdist>=1.13
|
pytest-xdist>=1.13
|
||||||
# pin to 3.5.0 until 3.5.2 is released
|
hypothesis>=3.5.2
|
||||||
hypothesis==3.5.0
|
|
||||||
distribute=true
|
distribute=true
|
||||||
setenv=
|
setenv=
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue