mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Update .travis.yml
This commit is contained in:
parent
8ace9176c7
commit
56eba1f90e
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ before_install:
|
||||||
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
|
||||||
- pip install .
|
- pip install .
|
||||||
- echo which nosetests
|
- echo `which nosetests`
|
||||||
- echo which python
|
- echo `which python`
|
||||||
- echo which conda
|
- echo `which conda`
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd $HOME
|
- cd $HOME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue