Skip to content

Commit

Permalink
Merge pull request #5 from bbayles/travis-3.8-3.9
Browse files Browse the repository at this point in the history
Update Python versions tested
  • Loading branch information
bbayles committed Jun 10, 2020
2 parents 996ca44 + 62d9974 commit 1dea941
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ language: python
dist: xenial

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy2.7-6.0"
- "pypy3.5-6.0"
- "3.8"
- "3.9-dev"
- "pypy3"

install:
- pip install --upgrade setuptools coveralls
Expand Down

0 comments on commit 1dea941

Please sign in to comment.