lock development requirements, at least for travis

to avoid changes in the testing tools causing issues for our oldstable
version, lock stuff to a proven version.
This commit is contained in:
Thomas Waldmann 2018-11-04 16:53:08 +01:00
parent dd4727b2f1
commit 529e7831a8
2 changed files with 10 additions and 1 deletions

View file

@ -45,7 +45,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]

View file

@ -0,0 +1,9 @@
virtualenv==13.1.2
setuptools-scm==3.1.0
pluggy==0.6.0
tox==3.1.3
pytest==3.5.1
pytest-xdist==1.24.0
pytest-cov==2.6.0
pytest-benchmark==3.1.1
Cython==0.29