X Tutup
Skip to content

Commit 155fd06

Browse files
committed
More administrivia
1 parent acff1b6 commit 155fd06

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ check:
2727
check-short: pytest
2828
$(MAKE) -C test check-short
2929

30+
# Note for 2.6 use <=3.0.1 see requirements-dev.txt
3031
#: Tests for Python 2.7, 3.3 and 3.4
3132
check-2.6 check-2.7 check-3.3 check-3.4: pytest
3233
$(MAKE) -C test $@
@@ -38,10 +39,6 @@ check-3.0 check-3.1 check-3.2 check-3.5 check-3.6:
3839

3940
check-3.7: pytest
4041

41-
#:Tests for Python 2.6 (doesn't have pytest)
42-
check-2.6:
43-
$(MAKE) -C test $@
44-
4542
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
4643
# Skip for now
4744
2.6 5.0 5.3 5.6 5.8:

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pytest>=3.0.0,<=3.0.1
22
flake8
33
hypothesis<=3.0.0
4-
importlib

0 commit comments

Comments
 (0)
X Tutup