mirror of
https://github.com/httpie/cli.git
synced 2025-02-17 01:50:50 +01:00
Fix coveralls integration
This commit is contained in:
parent
ecbbad816a
commit
564670566c
@ -64,7 +64,7 @@ script:
|
|||||||
|
|
||||||
after_success:
|
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
|
pip install python-coveralls && coveralls
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user