blob: 580a5c94daf8036cc07887dcc8becdf4fa524a5f [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
coverage
pytest
pytest-cov
commands =
pytest --cov --cov-append
codecov
passenv = CI TRAVIS TRAVIS_*