Skip to content

Commit 22c4831

Browse files
committed
TRAVIS: Set coverage branch.
1 parent 2438403 commit 22c4831

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ script:
5050
- nosetests --with-coverage -a "!slow" --cover-package=quantecon
5151

5252
after_success:
53-
- coveralls
53+
- |
54+
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
55+
coveralls
56+
fi
5457
# Enable this to occasionally test performance
5558
# - nosetests -a "slow"

0 commit comments

Comments
 (0)