mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
24 lines
373 B
INI
24 lines
373 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
|
|
|
|
[gh-actions]
|
|
python =
|
|
2.7: py27
|
|
3.4: py34
|
|
3.5: py35
|
|
3.6: py36
|
|
3.7: py37
|
|
3.8: py38
|
|
pypy2: pypy
|
|
pypy3: pypy3
|