mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
Fix coveralls integration
This commit is contained in:
parent
ecbbad816a
commit
564670566c
@ -64,7 +64,7 @@ script:
|
||||
|
||||
after_success:
|
||||
- |
|
||||
if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']]; then
|
||||
if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux' ]]; then
|
||||
pip install python-coveralls && coveralls
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user