Update .travis.yml

Remove version 3.4 support
This commit is contained in:
Jamie Hardt
2019-01-03 11:44:24 -08:00
parent f12bb0eea4
commit 910b3854c7

View File

@@ -3,7 +3,6 @@ language: python
python:
- "3.6"
- "3.5"
- "3.4"
script:
- "python3 setup.py test"
before_install: