diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-05 16:45:09 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-05 16:45:09 -0400 |
| commit | 4d9bdad35976b91a88c248dbf689b7730e231d10 (patch) | |
| tree | a6feee0be8fadd7e575ab38455f9483486626367 /ci | |
| parent | 76506edd0fe70b6425fbb672ed5d828cb7da8076 (diff) | |
| download | python-coveragepy-4d9bdad35976b91a88c248dbf689b7730e231d10.tar.gz | |
Move all requirements into .pip files
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/requirements.pip | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/requirements.pip b/ci/requirements.pip new file mode 100644 index 0000000..74bcc57 --- /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 |
