Skip to content

Commit

Permalink
Travis CI: Test on current versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 26, 2020
1 parent dadbb6f commit 4460b5b
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
@@ -1,12 +1,11 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
- "3.9-dev"

# command to run tests
script: python setup.py test
Expand Down

0 comments on commit 4460b5b

Please sign in to comment.