Skip to content

Commit

Permalink
Travis build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Aug 14, 2018
1 parent fda4eec commit bb93d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install:
pyenv rehash
pip install wheel
# Since pyenv can be cached across OSX builds, uninstall first for a fresh build
pip show kintyre-splunk-conf && pip uninstall -y kintyre-splunk-conf
if pip show kintyre-splunk-conf; then pip uninstall -y kintyre-splunk-conf; fi
fi
- pip install coverage
- pip install coveralls
Expand Down

0 comments on commit bb93d61

Please sign in to comment.