mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-27 07:54:00 +00:00
Tox support on dev branch
This commit is contained in:
parent
4199bb9d9d
commit
939293da14
1 changed files with 11 additions and 0 deletions
11
tox.ini
Normal file
11
tox.ini
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[tox]
|
||||||
|
envlist = py27, pypy, py34, py35, pypy3
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
commands = {envpython} test_contextlib2.py
|
||||||
|
|
||||||
|
[testenv:py27]
|
||||||
|
deps = unittest2
|
||||||
|
|
||||||
|
[testenv:pypy]
|
||||||
|
deps = unittest2
|
||||||
Loading…
Reference in a new issue