Skip to content

Commit

Permalink
Update travis to remove unsupported python versions. Add 3.7 and 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoofood committed May 11, 2020
1 parent 8ea7ee1 commit 7af32e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,11 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
script: python setup.py test

0 comments on commit 7af32e0

Please sign in to comment.