Skip to content

Commit

Permalink
Extend tox and travis config with a newer Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Aug 30, 2019
1 parent 0aced26 commit d9c0d4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ env:
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=py37
- TOX_ENV=py38

install:
- pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tox]
envlist = py27, pypy, py32, py33, py34
envlist = py27, pypy, py32, py33, py34, py35, py36, py37, py38
[testenv]
commands=python setup.py test

0 comments on commit d9c0d4e

Please sign in to comment.