Skip to content

Commit

Permalink
tox: add Python 3.7
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Jun 23, 2018
1 parent 3f87b87 commit c4a3642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = py{27,34,35,36}
envlist = py{27,34,35,36,37}

[testenv]
changedir = tests
Expand All @@ -18,7 +18,7 @@ deps =
ujson
yajl
commands =
nosetests --with-doctest jsonpickle . {posargs}
python -m nose --with-doctest jsonpickle . {posargs}

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit c4a3642

Please sign in to comment.