contextlib2/tox.ini

14 lines
233 B
INI
Raw Normal View History

2016-01-12 08:51:30 +00:00
[tox]
envlist = py{27,34,35,36,37,py,py3}
2016-04-17 09:06:48 +00:00
skip_missing_interpreters = True
2016-01-12 08:51:30 +00:00
[testenv]
2016-07-26 12:36:15 +00:00
commands =
coverage erase
coverage run test_contextlib2.py
coverage report
deps =
coverage
py27: unittest2
pypy: unittest2