Skip to content

Commit b3e9fd3

Browse files
committed
[travis] Fix OSx coveralls hickup
1 parent 793c9b9 commit b3e9fd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ before_install:
2727

2828
install:
2929
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
30-
- pip install --upgrade coveralls
30+
- if [ $COVERALLS = 1 ]; then
31+
pip install --upgrade coveralls;
32+
fi;
3133
- pip install lxml enum34 pyyaml
3234

3335
script:

0 commit comments

Comments
 (0)