contextlib2/tox.ini

12 lines
166 B
INI
Raw Normal View History

2016-01-12 08:51:30 +00:00
[tox]
envlist = py27, pypy, py34, py35, pypy3
[testenv]
commands = {envpython} test_contextlib2.py
[testenv:py27]
deps = unittest2
[testenv:pypy]
deps = unittest2