Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
This commit is contained in:
parent
123951517a
commit
387220c1d6
8 changed files with 23 additions and 9 deletions
11
tox.ini
Normal file
11
tox.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[tox]
|
||||
envlist = py34, py27
|
||||
recreate = False
|
||||
|
||||
[testenv]
|
||||
downloadcache = {homedir}/.pipcache
|
||||
changedir = tests
|
||||
deps =
|
||||
pytest
|
||||
mock
|
||||
commands = py.test {posargs}
|
Loading…
Add table
Add a link
Reference in a new issue