summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-08-28 21:08:54 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-08-28 21:10:05 +0200
commit10f7df9234d62f4591258193a510951589e20e74 (patch)
treef6da30ede7a1160898f4b7d531216aa793a0400c /test-requirements.txt
parent1020af47b0c1d186f66a1d8e4cd036342fc9aeb1 (diff)
downloadcython-10f7df9234d62f4591258193a510951589e20e74.tar.gz
Try to include some more test dependencies in the travis build (but exclude them in Py2.6, which is often no longer supported already).
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 000000000..6a06010b9
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,4 @@
+numpy
+jupyter
+line_profiler
+coverage