Skip to content

Commit

Permalink
Merge c62bb2f into 6dd4cc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nardberjean committed Mar 24, 2020
2 parents 6dd4cc2 + c62bb2f commit 21274f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -4,10 +4,12 @@ language: python

python:
- "2.7"
- "3.3"
# - "3.3" # Test script needs to be updated.
- "3.4"
- "3.5"
- "3.6"
# - "3.6" # Test script needs to be updated.
- "3.7"
- "3.8"

install: pip install tox-travis coveralls

Expand Down

0 comments on commit 21274f8

Please sign in to comment.