Skip to content

Commit

Permalink
Drop Python 2.7 from tests, add Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Dec 5, 2019
1 parent 733951c commit ba294a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
- "pypy"
install:
- pip install -r test-requirements.txt
Expand Down

0 comments on commit ba294a7

Please sign in to comment.