summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 9bfa903..e07c0c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,nodeps,end
+envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,end
# we operate on sources anyway
skipsdist = True
@@ -14,9 +14,6 @@ commands =
[testenv:incompatible-lzma]
basepython = python2.7
-[testenv:nodeps]
-basepython = python2.7
-
[testenv]
deps =
coverage