summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commit4d9bdad35976b91a88c248dbf689b7730e231d10 (patch)
treea6feee0be8fadd7e575ab38455f9483486626367 /.travis.yml
parent76506edd0fe70b6425fbb672ed5d828cb7da8076 (diff)
downloadpython-coveragepy-4d9bdad35976b91a88c248dbf689b7730e231d10.tar.gz
Move all requirements into .pip files
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cbf9187..fab4424 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ env:
- TOXENV=pypy
install:
- - pip install tox==2.1.1
+ - pip install -r ci/requirements.pip
script:
- tox