mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Coverall goes for now
This commit is contained in:
parent
f5cabbaa4d
commit
59ab6b872a
1 changed files with 1 additions and 4 deletions
|
@ -23,7 +23,7 @@ env:
|
||||||
- LOCALE=default
|
- LOCALE=default
|
||||||
- CONDA_CHANNELS="conda-forge"
|
- CONDA_CHANNELS="conda-forge"
|
||||||
- CONDA_DEPENDENCIES="sphinx werkzeug alabaster invoke graphviz"
|
- CONDA_DEPENDENCIES="sphinx werkzeug alabaster invoke graphviz"
|
||||||
- PIP_DEPENDENCIES="sphinx-automodapi coveralls"
|
- PIP_DEPENDENCIES="sphinx-automodapi"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone git://github.com/astropy/ci-helpers.git
|
- git clone git://github.com/astropy/ci-helpers.git
|
||||||
|
@ -35,6 +35,3 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
after_success:
|
|
||||||
- coveralls
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue