contextlib2/tox.ini

24 lines
354 B
INI
Raw Normal View History

2016-01-12 08:51:30 +00:00
[tox]
2020-11-23 15:25:24 +00:00
envlist = py{27,35,36,37,py,py3}
2016-04-17 09:06:48 +00:00
skip_missing_interpreters = True
2016-01-12 08:51:30 +00:00
[testenv]
2016-07-26 12:36:15 +00:00
commands =
coverage run test_contextlib2.py
coverage report
2020-11-23 15:06:51 +00:00
coverage xml
2016-07-26 12:36:15 +00:00
deps =
coverage
py27: unittest2
pypy: unittest2
2020-11-23 14:57:55 +00:00
[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
pypy2: pypy
pypy3: pypy3