enhance travis setuptools_scm situation

* add setuptools_scm to the development requirements
* print the own version at install time
* unshallow the repo and fetch all tags
This commit is contained in:
Ronny Pfannschmidt 2017-04-01 18:25:45 +02:00 committed by Thomas Waldmann
parent 187f00b44a
commit 57f7deb232
3 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ matrix:
env: TOXENV=py36
install:
- git fetch --unshallow --tags
- ./.travis/install.sh
script:

View File

@ -47,4 +47,5 @@ python -m virtualenv ~/.venv
source ~/.venv/bin/activate
pip install -r requirements.d/development.txt
pip install codecov
python setup.py --version
pip install -e .[fuse]

View File

@ -1,4 +1,5 @@
setuptools
setuptools_scm
pip
virtualenv<14.0
tox