mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 07:43:06 +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
|
||||
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 .
|
||||
|
|
Loading…
Reference in a new issue