From d62d1fe46d6114397d09e60cab98d0bc5b1e911e Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 22 Sep 2015 14:56:00 -0400 Subject: [PATCH] pin coverage version --- .travis.yml | 2 +- astropy_helpers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5521e007..1ffd83fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/astropy_helpers b/astropy_helpers index 90de2d83..161773fa 160000 --- a/astropy_helpers +++ b/astropy_helpers @@ -1 +1 @@ -Subproject commit 90de2d8340d1eafaface009625056ca62f5a6c76 +Subproject commit 161773fa72d916c498e0a2a513ecc24460244ac8