We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acff1b6 commit 155fd06Copy full SHA for 155fd06
Makefile
@@ -27,6 +27,7 @@ check:
27
check-short: pytest
28
$(MAKE) -C test check-short
29
30
+# Note for 2.6 use <=3.0.1 see requirements-dev.txt
31
#: Tests for Python 2.7, 3.3 and 3.4
32
check-2.6 check-2.7 check-3.3 check-3.4: pytest
33
$(MAKE) -C test $@
@@ -38,10 +39,6 @@ check-3.0 check-3.1 check-3.2 check-3.5 check-3.6:
38
39
40
check-3.7: pytest
41
-#:Tests for Python 2.6 (doesn't have pytest)
42
-check-2.6:
43
- $(MAKE) -C test $@
44
-
45
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
46
# Skip for now
47
2.6 5.0 5.3 5.6 5.8:
requirements-dev.txt
@@ -1,4 +1,3 @@
1
pytest>=3.0.0,<=3.0.1
2
flake8
3
hypothesis<=3.0.0
4
-importlib
0 commit comments