Skip to content

Commit

Permalink
added Python 3.7 interpreter testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jul 4, 2018
1 parent 22fe6f8 commit 61767b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_runner.sh
Expand Up @@ -2,4 +2,4 @@

# test_runner.sh : local testing script

tox -e py27,py36
tox -e py27,py37
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, flake8
envlist = py27, py34, py35, py36, py37, flake8

[testenv]
commands =
Expand Down

0 comments on commit 61767b1

Please sign in to comment.