diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py36,py35,py34,py27,docs,lint +envlist = py37,py36,py35,py34,py27,docs,lint skip_missing_interpreters = True [testenv] @@ -15,11 +15,6 @@ deps = # To be sure we are importing ihatemoney pkg from pip-installed version changedir = /tmp - - - - - [testenv:docs] commands = sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html deps = @@ -42,3 +37,4 @@ python = 3.4: py34 3.5: py35 3.6: py36, docs, lint + 3.7: py37 |
