Travis: try checking 3.4

This commit is contained in:
rocky
2015-12-26 07:41:58 -05:00
parent 7a2703634f
commit e8ee3ac751

View File

@@ -4,6 +4,7 @@ sudo: false
python:
- '2.7'
- '3.4'
script:
- python ./setup.py develop && COMPILE='--compile' make check-2.7
- python ./setup.py develop && COMPILE='--compile' make check