Update .travis.yml

Adding 2.7 to see what happens
This commit is contained in:
Jamie Hardt
2019-01-03 20:09:39 -08:00
committed by GitHub
parent 3ba28a61dd
commit 464052f510

View File

@@ -2,6 +2,7 @@ language: python
python:
- "3.6"
- "3.5"
- "2.7"
script:
- "python3 setup.py test"
install: