summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-31 10:00:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-31 10:00:54 -0500
commit939aa5d8dc0ef8c29db32abadf956fbec64d7a97 (patch)
treeef0a50b912b290969e3f8d67d1ee8ff3aade79ba /.travis.yml
parentd4527c3eee82d95763658b29cf5b80b17e098c4b (diff)
downloadpython-coveragepy-939aa5d8dc0ef8c29db32abadf956fbec64d7a97.tar.gz
Better ways to install requirements on CI servers
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 71affc6..9c61f7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ env:
sudo: false
install:
- - pip install -r requirements/tox.pip
+ - pip install -r requirements/ci.pip
script:
- tox