Skip to content

Commit 5d13c8c

Browse files
committed
Fixed wrong expression
This should fix leaked coverage from pytest builds
1 parent 84f471e commit 5d13c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ after_success:
230230
else
231231
echo "Will only deploy docs build from matplotlib master branch"
232232
fi
233-
if [[ $NOSE_ARGS="--with-coverage" ]]; then
233+
if [[ $NOSE_ARGS =~ "--with-coverage" ]]; then
234234
coveralls
235235
fi

0 commit comments

Comments
 (0)