diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,py35,py36,py36-winpy37,pypy +envlist = py27,py34,py35,py36,py36-win,py37 [pytest] testpaths = tests @@ -40,16 +40,6 @@ commands = py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing codecov -[testenv:py33] -deps = - mock - pyparsing - pyperclip - pytest - pytest-xdist - six -commands = py.test -v -n2 - [testenv:py34] deps = mock |