diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,8 @@ [tox] envlist = - py27,py33,py34,py35,pypy,pypy3, + py27,py33,py34,py35,py36,py37,pypy, docs,{py2,py3}-cover,coverage +skip_missing_interpreters = True [testenv] # Most of these are defaults but if you specify any you can't fall back @@ -11,10 +12,11 @@ basepython = py33: python3.3 py34: python3.4 py35: python3.5 + py36: python3.6 + py37: python3.7 pypy: pypy - pypy3: pypy3 py2: python2.7 - py3: python3.4 + py3: python3.5 commands = pip install webob[testing] |
