Basic 3.8+ "for" loop handling...

More Makefile mangling
This commit is contained in:
rocky
2019-04-10 11:26:58 -04:00
parent 49e354375e
commit 726045a05e
5 changed files with 66 additions and 31 deletions

View File

@@ -40,6 +40,9 @@ check-3.0 check-3.1 check-3.2 check-3.6:
check-3.7: pytest
$(MAKE) -C test check
check-3.8:
$(MAKE) -C test check
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
# Skip for now
2.6 5.0 5.3 5.6 5.8: