contextlib2/tox.ini
Aleksandr Sterkhov 977da10ab0 Dropped support for Python 2.6 as it reached EOL in 2013 and not supported by both tox and setuptools anymore
Enabled back Travis CI testing in pypy3 env, using stable python 3.7
Updated setup.py according to all the changes
Fixed several formatting issues to better comply with PEP8
2019-03-26 23:39:03 +01:00

13 lines
233 B
INI

[tox]
envlist = py{27,34,35,36,37,py,py3}
skip_missing_interpreters = True
[testenv]
commands =
coverage erase
coverage run test_contextlib2.py
coverage report
deps =
coverage
py27: unittest2
pypy: unittest2