Don't test 3.8 except on 3.8 for now

This commit is contained in:
rocky
2019-10-29 13:46:04 -04:00
parent dba6d24361
commit 61a367b0ae

View File

@@ -99,8 +99,8 @@ check-bytecode-3:
$(PYTHON) test_pythonlib.py --bytecode-3.0 \
--bytecode-3.1 --bytecode-3.2 --bytecode-3.3 \
--bytecode-3.4 --bytecode-3.5 --bytecode-3.6 \
--bytecode-3.7 --bytecode-3.8 \
--bytecode-pypy3.2 # --bytecode-pypy3.6 -- work out bugs in 3.6
--bytecode-3.7 \
--bytecode-pypy3.2 # --bytecode-3.8 --bytecode-pypy3.6 -- work out bugs in 3.6 and 3.8
#: Check deparsing on selected bytecode 3.x
check-bytecode-3-short: