Skip to content

Commit

Permalink
Test Python 3.7 instead of 3.3
Browse files Browse the repository at this point in the history
Seems like Travis doesn't support testing in a Python 3.3 env anymore.
  • Loading branch information
Christopher Crouzet committed May 3, 2020
1 parent 78e1657 commit 84ab27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,10 +2,10 @@ language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"

install:
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,33,34,35,36}
envlist = py{27,34,35,36,37}

[testenv]
commands =
Expand Down

0 comments on commit 84ab27f

Please sign in to comment.