Update .travis.yml

Removed unavailable versions
This commit is contained in:
Jamie Hardt
2019-01-01 12:16:16 -08:00
parent bdb39684c7
commit 08743be3fa

View File

@@ -5,8 +5,6 @@ python:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
script:
- "python3 setup.py test"
install: