mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Trying to make coveralls work again.
This commit is contained in:
@@ -24,7 +24,7 @@ script:
|
|||||||
- tox
|
- tox
|
||||||
after_script:
|
after_script:
|
||||||
- if [ $TOXENV == "cov" ]; then
|
- if [ $TOXENV == "cov" ]; then
|
||||||
pip install --quiet --use-mirrors coveralls;
|
pip install --quiet coveralls;
|
||||||
coveralls;
|
coveralls;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user