Fix code coverage upload.

This commit is contained in:
Pavel Minaev 2018-11-18 02:01:54 -08:00 committed by Pavel Minaev
parent ca5d822339
commit c857cb02b7

View file

@ -35,4 +35,9 @@ script:
fi
after_success:
- bash <(curl -s https://codecov.io/bash); fi
- |
if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then
pushd src
bash <(curl -s https://codecov.io/bash)
popd
fi