summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-05 16:45:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-05 16:45:09 -0400
commit13759f55c3703e356cf7326ba98b3fa708329b4d (patch)
treefb7cd2a314a12c593540ac3e7b9920925726845a /ci
parent539fdc0538c7707a3120a0df6c084daf1d6b18b7 (diff)
downloadpython-coveragepy-git-13759f55c3703e356cf7326ba98b3fa708329b4d.tar.gz
Move all requirements into .pip files
Diffstat (limited to 'ci')
-rw-r--r--ci/requirements.pip4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/requirements.pip b/ci/requirements.pip
new file mode 100644
index 00000000..74bcc574
--- /dev/null
+++ b/ci/requirements.pip
@@ -0,0 +1,4 @@
+# Things to install in continuous integration environments.
+setuptools==18.2
+tox==2.1.1
+wheel==0.24.0