diff options
-rw-r--r-- | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |