summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-29 09:11:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-29 09:11:20 -0400
commit95836dfd51a3a6465384370fc241bd435944d1bf (patch)
tree76e7f6f3f942a30be624fabdc520086deca07b83 /.travis.yml
parent08fbf4359d717375833f6c20cf6a334080235b66 (diff)
downloadpython-coveragepy-95836dfd51a3a6465384370fc241bd435944d1bf.tar.gz
Pin all the versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a0a362..7af2648 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,8 @@ python:
- pypy
install:
- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- - pip install PyContracts
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2==1.1.0; fi
+ - pip install PyContracts==1.7.6
- python setup.py clean develop
before_script: