Skip to content

Commit

Permalink
pin coverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Alan Weaver committed Sep 22, 2015
1 parent b25ad25 commit d62d1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ install:
- if [[ $SETUP_CMD == build_sphinx* ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION Sphinx matplotlib; fi

# COVERAGE DEPENDENCIES
- if [[ $SETUP_CMD == 'test --coverage' ]]; then $PIP_INSTALL coverage coveralls; fi
- if [[ $SETUP_CMD == 'test --coverage' ]]; then $PIP_INSTALL coverage==3.7.1 coveralls; fi

script:
- python setup.py $SETUP_CMD
Expand Down

0 comments on commit d62d1fe

Please sign in to comment.