mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 15:12:00 +00:00
Merge pull request #4472 from ThomasWaldmann/freeze-test-env
lock travis-ci test env to py 3.4 compatible versions, fixes #4343
This commit is contained in:
commit
c5132f2a2e
2 changed files with 13 additions and 1 deletions
|
@ -51,7 +51,7 @@ fi
|
|||
|
||||
python -m virtualenv ~/.venv
|
||||
source ~/.venv/bin/activate
|
||||
pip install -r requirements.d/development.txt
|
||||
pip install -r requirements.d/development.lock.txt
|
||||
pip install codecov
|
||||
python setup.py --version
|
||||
pip install -e .[fuse]
|
||||
|
|
12
requirements.d/development.lock.txt
Normal file
12
requirements.d/development.lock.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
setuptools==40.8.0
|
||||
setuptools-scm==3.2.0
|
||||
pip==19.0.3
|
||||
virtualenv==16.4.3
|
||||
pluggy==0.9.0
|
||||
tox==3.7.0
|
||||
pytest==4.3.1
|
||||
pytest-xdist==1.27.0
|
||||
pytest-cov==2.6.1
|
||||
pytest-benchmark==3.2.2
|
||||
Cython==0.29.6
|
||||
twine==1.13.0
|
Loading…
Reference in a new issue