diff options
-rw-r--r-- | .travis.yml | 3 |
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 |