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
parent 74a4c4f78d
commit 132f0006d3
3 changed files with 3 additions and 0 deletions

View File

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

View File

@ -48,4 +48,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
tox