mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +02:00
[travis] oops
This commit is contained in:
parent
c7355c82ce
commit
12ca1f9641
1 changed files with 2 additions and 2 deletions
|
|
@ -54,12 +54,12 @@ before_install:
|
||||||
- export PATH="$MINICONDA_INSTALL/bin:$PATH";
|
- export PATH="$MINICONDA_INSTALL/bin:$PATH";
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six matplotlib;
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run travis_testing.py
|
- coverage run travis_tests.py
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
Loading…
Add table
Add a link
Reference in a new issue