Fix up 3.2 tests

Remove pypy
This commit is contained in:
rocky
2016-05-05 04:41:23 -04:00
parent 109737cbef
commit 6f3a88d7e2
4 changed files with 16 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ check-2.7 check-3.3 check-3.4: pytest
$(MAKE) -C test $@
#: Tests for Python 3.5 - pytest doesn't work here
check-3.5:
check-3.2 check-3.5:
$(MAKE) -C test $@
#:Tests for Python 2.6 (doesn't have pytest)