summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-10-11 17:06:12 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-10-11 17:06:12 +0200
commit9dccc809a9e5bfe576b78e5f63cd98a09061a98a (patch)
tree27df1b517daa8e7fabb9962c410fd009146db3ce /.travis
parenta9b1e591ab7bb92a5fcbc9eff4e4344d75d70ae5 (diff)
create a separate requirements file for travis - without pytest-benchmark
pytest-benchmark (and its dependency "statistics") needs py 3.3+. we do not want to run benchmarks on travis anyway, but even its presence makes trouble due to this, so we just remove it from there again. as --benchmark-skip is also removed from tox configuration, this means benchmarks are run by default when pytest-benchmark is installed.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 360453187..76df8071d 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -43,6 +43,6 @@ fi
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
-pip install -r requirements.d/development.txt
+pip install -r requirements.d/travis.txt
pip install codecov
pip install -e .