mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
Merge pull request #2372 from RonnyPfannschmidt/travis
enhance travis setuptools_scm situation
This commit is contained in:
commit
d79da81d22
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue