Allow Python 3.5 to decomplyle other versions. No Python 3.5

bytecode support just yet though.
This commit is contained in:
rocky
2015-12-30 23:46:29 -05:00
parent d3a32b6877
commit b82a8b90d5
8 changed files with 20 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ check:
$(MAKE) check-$$PYTHON_VERSION
#: Tests for Python 2.7, 3.3 and 3.4
check-2.7 check-3.3 check-3.4: pytest
check-2.7 check-3.3 check-3.4 check-3.5: pytest
$(MAKE) -C test $@
#:Tests for Python 2.6 (doesn't have pytest)