mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
Update .travis.yml
This commit is contained in:
parent
4e479d9db3
commit
b4d76fc330
1 changed files with 8 additions and 10 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -16,20 +16,18 @@ addons:
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.3
|
# - 3.3
|
||||||
- 3.4
|
- 3.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- uname -a
|
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||||
- free -m
|
- chmod +x miniconda.sh
|
||||||
- df -h
|
- ./miniconda.sh -b
|
||||||
- ulimit -a
|
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||||
- pip install -U pip wheel setuptools
|
- conda update --yes conda
|
||||||
- pip install numpy nose six
|
|
||||||
- pip install -v -U scipy
|
|
||||||
- python -V
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy=1.9 scipy=0.16 matplotlib nose sphinx pip nose
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue