Start Python 3.0 decoding

Fix some Python 3.1 bugs
This commit is contained in:
rocky
2016-10-24 02:11:26 -04:00
parent 0480455ae1
commit b54a19c6ff
8 changed files with 38 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ check-2.7 check-3.3 check-3.4: pytest
#: Tests for Python 3.2 and 3.5 - pytest doesn't work here
# Or rather 3.5 doesn't work not on Travis
check-3.1 check-3.2 check-3.5 check-3.6:
check-3.0 check-3.1 check-3.2 check-3.5 check-3.6:
$(MAKE) -C test $@
#:Tests for Python 2.6 (doesn't have pytest)