blob: 7282f9725ddc2500ffc3da5e234cdd7ced030fc5 [file] [log] [blame]
[tox]
envlist = py27,pypy,py35,py36,py37,py38,coverage
[testenv]
deps =
Cython
commands =
python setup.py test
[testenv:coverage]
deps =
Cython
codecov
commands =
pytest --cov --cov-append
codecov
passenv = CI TRAVIS TRAVIS_*