Files
Matthew Peveler 1dfd3c3db6 Repo build changes
2019-07-21 14:04:38 -04:00

10 lines
152 B
INI

[tox]
envlist = py{27,34,35,36,37}
skip_missing_interpreters = True
[testenv]
deps =
pytest
pytest-cov
commands = {envpython} pytest {posargs}