twtxt/tox.ini

9 lines
145 B
INI

[tox]
envlist = py34, py35
[testenv]
commands = py.test --tb=short -v --cov {envsitepackagesdir}/twtxt/ tests/
deps =
pytest
pytest-cov