pylast/tox.ini
Ivan Malison 387220c1d6 Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
2015-01-07 09:13:28 -08:00

11 lines
166 B
INI

[tox]
envlist = py34, py27
recreate = False
[testenv]
downloadcache = {homedir}/.pipcache
changedir = tests
deps =
pytest
mock
commands = py.test {posargs}