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.
2 parents fceace5 + 245945b commit 77f0a79Copy full SHA for 77f0a79
requirements_dev.txt
@@ -3,5 +3,6 @@ wheel
3
tox
4
coverage
5
Sphinx
6
-pytest
+pytest >= 3.0; python_version != '3.3'
7
+pytest < 3.3; python_version == '3.3'
8
pytest-runner
tox.ini
@@ -6,6 +6,7 @@ python =
3.6: py36
3.5: py35
3.4: py34
9
+ 3.3: py33
10
2.7: py27
11
12
[testenv:flake8]
0 commit comments