mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-17 14:10:25 +00:00
11 lines
166 B
INI
11 lines
166 B
INI
[tox]
|
|
envlist = py27, pypy, py34, py35, pypy3
|
|
|
|
[testenv]
|
|
commands = {envpython} test_contextlib2.py
|
|
|
|
[testenv:py27]
|
|
deps = unittest2
|
|
|
|
[testenv:pypy]
|
|
deps = unittest2
|