Skip to content

Commit

Permalink
Updated supported Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Mar 4, 2021
1 parent 44689f7 commit e2d24d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ language: python
python:
- 3.5
- 3.6
- 3.7
install: pip install . tox-travis
script: tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist =py35, py36
envlist =py35, py36, py37

[testenv]
commands = py.test
Expand Down

0 comments on commit e2d24d7

Please sign in to comment.