summaryrefslogtreecommitdiffstats
path: root/requirements.d
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 /requirements.d
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 'requirements.d')
-rw-r--r--requirements.d/travis.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.d/travis.txt b/requirements.d/travis.txt
new file mode 100644
index 000000000..37677a00f
--- /dev/null
+++ b/requirements.d/travis.txt
@@ -0,0 +1,5 @@
+tox
+mock
+pytest
+pytest-cov<2.0.0
+Cython