summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 1 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index cefc7f7b..366e4bc3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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