summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commit66b9fba20ff122f8b67fb2b83a3a8037de7e1997 (patch)
tree22980855f35ad417442b2ec3da4f9b6f8c5210b0 /.travis.yml
parent6a7183dafc2b2ceba83527ecbdb485589ffc45c1 (diff)
downloadpython-coveragepy-66b9fba20ff122f8b67fb2b83a3a8037de7e1997.tar.gz
Hmm, not sure what installs the rest of the test dependencies...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index aa6cf5c..e73d739 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