diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = begin,py27,py34,py35,py36,pypy,pypy3,nodeps,end +envlist = begin,py27,py34,py35,py36,pypy,pypy3,incompatible-lzma,nodeps,end # we operate on sources anyway skipsdist = True @@ -54,6 +54,12 @@ basepython = python2.7 deps = coverage +[testenv:incompatible-lzma] +basepython = python2.7 +deps = + coverage + pyliblzma + [testenv] commands = coverage run -p -m unittest discover -v |