lock travis-ci test env to py 3.4 compatible versions, fixes #4343

maybe slightly newer will also work, e.g. pip < 19.2, pytest < 5.0.
This commit is contained in:
Thomas Waldmann 2019-03-24 22:51:50 +01:00
parent 867bf7d34f
commit ff5bc4552f
2 changed files with 13 additions and 1 deletions

View File

@ -51,7 +51,7 @@ fi
python -m virtualenv ~/.venv python -m virtualenv ~/.venv
source ~/.venv/bin/activate source ~/.venv/bin/activate
pip install -r requirements.d/development.txt pip install -r requirements.d/development.lock.txt
pip install codecov pip install codecov
python setup.py --version python setup.py --version
pip install -e .[fuse] pip install -e .[fuse]

View 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