Try travis testing on Python 3.5. Fix up Makefile to avoid pytest on 3.5

for now
This commit is contained in:
rocky
2015-12-31 11:19:46 -05:00
parent 4d5a3bc449
commit 0129c3a16e
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ python:
- '2.6'
- '2.7'
- '3.4'
- '3.5'
install:
- pip install -r requirements-dev.txt