You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Enable more PyPy testing
This commit is contained in:
8
Makefile
8
Makefile
@@ -40,9 +40,13 @@ check-3.2 check-3.5:
|
|||||||
check-2.6:
|
check-2.6:
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
|
|
||||||
#:PyPy of some sort. E.g. [PyPy 5.0.1 with GCC 4.8.4]
|
#:PyPy 2.6.1 or PyPy 5.0.1
|
||||||
# Skip for now
|
# Skip for now
|
||||||
2.4 2.6 5.0:
|
2.6 5.0:
|
||||||
|
|
||||||
|
#:PyPy pypy3-2.4.0 Python 3:
|
||||||
|
pypy-3.2 2.4:
|
||||||
|
$(MAKE) -C test $@
|
||||||
|
|
||||||
#: Run py.test tests
|
#: Run py.test tests
|
||||||
pytest:
|
pytest:
|
||||||
|
Reference in New Issue
Block a user