* add setuptools_scm to the development requirements * print the own version at install time * unshallow the repo and fetch all tags
@@ -43,6 +43,7 @@ matrix:
env: TOXENV=py36
install:
+ - git fetch --unshallow --tags
- ./.travis/install.sh
script:
@@ -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]
@@ -1,4 +1,5 @@
setuptools
+setuptools_scm
pip
virtualenv
tox