Travis: run tests under python 3.5 (#284)

This commit is contained in:
Nikolai Røed Kristiansen
2016-07-28 01:59:44 +02:00
committed by Corey Hammerton
parent 294e2d6559
commit feac4441c9

View File

@@ -3,6 +3,7 @@ language: python
python:
- "2.6"
- "2.7"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt