mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Update .travis.yml
This commit is contained in:
parent
568984e7a6
commit
72b3be57d7
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ sudo: false
|
|||
|
||||
os:
|
||||
- linux
|
||||
# - osx
|
||||
- osx
|
||||
|
||||
language: python
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ language: python
|
|||
|
||||
python:
|
||||
- 2.7
|
||||
# - 3.3
|
||||
- 3.3
|
||||
- 3.4
|
||||
|
||||
before_install:
|
||||
|
|
@ -27,7 +27,7 @@ before_install:
|
|||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy=1.9 scipy=0.16 matplotlib nose pip six
|
||||
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six
|
||||
- pip install .
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue