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

@@ -3,7 +3,7 @@ language: python
python:
- '3.5.0b3'
# command to install dependencies
install: "pip install -U tox"
install: "pip install -U tox setuptools_scm"
# # command to run tests
env:
matrix: