Update .travis.yml

Added more versions to travis
This commit is contained in:
Jamie Hardt
2018-12-31 11:52:08 -08:00
parent 9fde608fa0
commit f34c6dd4db

View File

@@ -1,6 +1,12 @@
language: python language: python
python: python:
- "3.6" - "3.6"
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
script: script:
- "python3 setup.py test" - "python3 setup.py test"
install: install: