fix setup.py and use setuptools_scm dep for tox

This commit is contained in:
Ronny Pfannschmidt
2015-09-01 21:22:11 +02:00
parent 836ebd4b86
commit 0495fe517d
3 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ envlist=
changedir=testing
deps =
pycmd
setuptools_scm # to avoid .eggs
pytest24: pytest~=2.4.0
pytest25: pytest~=2.5.0