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