mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-05 21:54:45 +00:00
9 lines
151 B
INI
9 lines
151 B
INI
|
|
[tox]
|
||
|
|
envlist = py26, py27, pypy, py32, py33, py34, py35, pypy3
|
||
|
|
|
||
|
|
[testenv]
|
||
|
|
commands = {envpython} test_contextlib2.py
|
||
|
|
|
||
|
|
[testenv:py26]
|
||
|
|
deps = unittest2
|