Skip to content

Commit 25724f7

Browse files
committed
Always upload coverage on Travis.
1 parent 857d846 commit 25724f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,5 @@ after_success:
220220
else
221221
echo "Will only deploy docs build from matplotlib master branch"
222222
fi
223-
if [[ $USE_PYTEST == true ]]; then
224-
coveralls
225-
bash <(curl -s https://codecov.io/bash)
226-
fi
223+
coveralls
224+
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)