contextlib2/tox.ini
Nick Coghlan 8728cae63b Update test matrix
- drop 3.3 compatibility testing
- CPython dev branch is now 3.7
- add 3.6 maintenance branch
- PyPy3 exception chaining bug has been fixed
2017-04-25 13:07:46 +10:00

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