We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f08359 commit 8b41904Copy full SHA for 8b41904
test/Makefile
@@ -25,8 +25,7 @@ check: check-short
25
--bytecode-3.11 --bytecode-3.12 \
26
--bytecode-2.7pypy --bytecode-3.2pypy \
27
--bytecode-pypy35 --bytecode-pypy36 --bytecode-pypy37 \
28
- --bytecode-pypy38 --bytecode-pypy39 --bytecode-pypy310 \
29
- --bytecode-pypy311 $(COMPILE)
+ --bytecode-pypy38 --bytecode-pypy39 --bytecode-pypy310 $(COMPILE)
30
check-short:
31
$(PYTHON) test_pyenvlib.py --simple
32
0 commit comments