mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
travis: use requirements file
This commit is contained in:
parent
fdc18eb0a0
commit
034e3477bd
1 changed files with 2 additions and 1 deletions
|
@ -43,5 +43,6 @@ fi
|
||||||
|
|
||||||
python -m virtualenv ~/.venv
|
python -m virtualenv ~/.venv
|
||||||
source ~/.venv/bin/activate
|
source ~/.venv/bin/activate
|
||||||
pip install tox pytest pytest-cov codecov Cython
|
pip install -r requirements.d/development.txt
|
||||||
|
pip install codecov
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
Loading…
Reference in a new issue