Make pylast a package. Move tests into a directory. Start using pytest

and tox. Use setuptools instead of distutils.
This commit is contained in:
Ivan Malison 2015-01-05 15:52:02 -08:00
parent 123951517a
commit 387220c1d6
8 changed files with 23 additions and 9 deletions

11
tox.ini Normal file
View file

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