Skip to content

Commit c870992

Browse files
committed
pin to coverage version 4.5.1
1 parent 3acc309 commit c870992

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ install:
2626
# Replace dep1 dep2 ... with your dependencies
2727
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
2828
- source activate test-environment
29-
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
30-
conda install enum34;
31-
fi
32-
- conda install coverage
29+
- conda install coverage=4.5.1
3330
- conda install numpy
3431
- conda install scipy
3532
- conda install pandas

0 commit comments

Comments
 (0)