You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
More administrivia
This commit is contained in:
5
Makefile
5
Makefile
@@ -27,6 +27,7 @@ check:
|
|||||||
check-short: pytest
|
check-short: pytest
|
||||||
$(MAKE) -C test check-short
|
$(MAKE) -C test check-short
|
||||||
|
|
||||||
|
# Note for 2.6 use <=3.0.1 see requirements-dev.txt
|
||||||
#: Tests for Python 2.7, 3.3 and 3.4
|
#: Tests for Python 2.7, 3.3 and 3.4
|
||||||
check-2.6 check-2.7 check-3.3 check-3.4: pytest
|
check-2.6 check-2.7 check-3.3 check-3.4: pytest
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
@@ -38,10 +39,6 @@ check-3.0 check-3.1 check-3.2 check-3.5 check-3.6:
|
|||||||
|
|
||||||
check-3.7: pytest
|
check-3.7: pytest
|
||||||
|
|
||||||
#:Tests for Python 2.6 (doesn't have pytest)
|
|
||||||
check-2.6:
|
|
||||||
$(MAKE) -C test $@
|
|
||||||
|
|
||||||
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
|
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
|
||||||
# Skip for now
|
# Skip for now
|
||||||
2.6 5.0 5.3 5.6 5.8:
|
2.6 5.0 5.3 5.6 5.8:
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
pytest>=3.0.0,<=3.0.1
|
pytest>=3.0.0,<=3.0.1
|
||||||
flake8
|
flake8
|
||||||
hypothesis<=3.0.0
|
hypothesis<=3.0.0
|
||||||
importlib
|
|
||||||
|
Reference in New Issue
Block a user