Skip to content

Commit

Permalink
I wonder...
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Aug 8, 2018
1 parent 249034f commit a691576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=py37
- TOX_ENV=pypy
- TOX_ENV=jython
- TOX_ENV=flake8
- TOX_ENV=bandit
- TOX_ENV=safety
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py30, py31, py32, py33, py34, py35, py36, py37
envlist = py27, py30, py31, py32, py33, py34, py35, py36, py37, jython, pypy
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit a691576

Please sign in to comment.