Skip to content

Commit

Permalink
Travis: drop Python 3.4, add 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Feb 4, 2020
1 parent a347dbf commit 9f5a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
script: python test/all_tests.py

0 comments on commit 9f5a73b

Please sign in to comment.