pytest-benchmark: use git master code, fixes py32 issues

This commit is contained in:
Thomas Waldmann 2015-10-12 00:52:52 +02:00
parent 07d9132f05
commit 08d96099f1
3 changed files with 2 additions and 7 deletions

View File

@ -43,6 +43,6 @@ fi
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
pip install -r requirements.d/travis.txt
pip install -r requirements.d/development.txt
pip install codecov
pip install -e .

View File

@ -2,5 +2,5 @@ tox
mock
pytest
pytest-cov<2.0.0
pytest-benchmark==3.0.0a4
-e git://github.com/ionelmc/pytest-benchmark.git#egg=pytest-benchmark
Cython

View File

@ -1,5 +0,0 @@
tox
mock
pytest
pytest-cov<2.0.0
Cython