We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b071fdc commit f31447bCopy full SHA for f31447b
tox.ini
@@ -10,9 +10,8 @@ envlist=
10
[testenv]
11
commands= pytest --lsof -rfsxX {posargs:testing}
12
passenv = USER USERNAME
13
-deps=
14
- # pin to 3.5.0 until 3.5.2 is released
15
- hypothesis==3.5.0
+deps=
+ hypothesis>=3.5.2
16
nose
17
mock
18
requests
@@ -48,8 +47,7 @@ commands = flake8 pytest.py _pytest testing
48
47
deps=pytest-xdist>=1.13
49
50
51
52
53
commands=
54
pytest -n1 -rfsxX {posargs:testing}
55
@@ -75,8 +73,7 @@ commands=
75
73
[testenv:py27-nobyte]
76
74
deps=
77
pytest-xdist>=1.13
78
79
80
distribute=true
81
setenv=
82
PYTHONDONTWRITEBYTECODE=1
0 commit comments