summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-05-18 06:50:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-05-18 06:50:21 -0400
commitf78c24d58cc45d79b3a9ea0b9b1ee117511a687e (patch)
treecd151ebf4363c72eed40234b61632466af82a802
parent9ac51b10e92e5faee2e0677887dcc536e3924a7f (diff)
downloadpython-coveragepy-git-f78c24d58cc45d79b3a9ea0b9b1ee117511a687e.tar.gz
Hmm, not sure what installs the rest of the test dependencies...
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index aa6cf5c5..e73d7394 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,10 @@ python:
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
+ - pip install PyContracts
- python setup.py clean develop
before_script:
- - pwd
- - ls -l
- coverage debug sys
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then export COVERAGE_NO_EXTENSION=1; fi