blob: b85d356e1673bc8b470748e06f58e19431edc4a4 [file] [log] [blame] [edit]
[tox]
envlist = py27, py33, py34, py35, py36, pypy
[testenv]
deps =
pytest
pytest-cov
commands=pytest tests {posargs}
[testenv:check]
skip_install = true
deps = flake8
commands = flake8
[testenv:codecov]
passenv = CI TRAVIS TRAVIS_*
deps =
codecov
pytest
pytest-cov
commands =
pytest tests --cov=./toml
codecov