14 lines
142 B
INI
14 lines
142 B
INI
[tox]
|
|
envlist = {2.7,3.5}
|
|
|
|
[testenv]
|
|
basepython =
|
|
2.7: python2.7
|
|
3.5: python3.5
|
|
|
|
deps =
|
|
pytest
|
|
pytest-cov
|
|
|
|
commands = py.test
|