mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
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
13 lines
233 B
INI
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
|