mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-17 06:00:23 +00:00
- drop 3.3 compatibility testing - CPython dev branch is now 3.7 - add 3.6 maintenance branch - PyPy3 exception chaining bug has been fixed
14 lines
256 B
INI
14 lines
256 B
INI
[tox]
|
|
envlist = py{26,27,34,35,36,37,py,py3}
|
|
skip_missing_interpreters = True
|
|
|
|
[testenv]
|
|
commands =
|
|
coverage erase
|
|
coverage run test_contextlib2.py
|
|
coverage report
|
|
deps =
|
|
coverage
|
|
py26: unittest2
|
|
py27: unittest2
|
|
pypy: unittest2
|