Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ff196c

Browse files
committed
Install slycot from binstar in Travis CI
The majority of time in the Travis CI testing was spent installingslycot from source. (This also required installing a fortran compileras part of the Travis build.) Installing from a binary saves a lot oftime.
1 parent4a35d46 commit5ff196c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ python:
88
before_install:
99
-export DISPLAY=:99.0
1010
-sh -e /etc/init.d/xvfb start
11-
-sudo apt-get update --fix-missing -qq
12-
-sudo apt-get install gfortran liblapack-dev
1311
# use miniconda to install numpy/scipy, to avoid lengthy build from source
1412
-if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
1513
wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh;
@@ -22,14 +20,15 @@ before_install:
2220
-conda config --set always_yes yes --set changeps1 no
2321
-conda update -q conda
2422
-conda install --yes python=$TRAVIS_PYTHON_VERSION conda-build pip coverage
23+
-conda config --add channels http://conda.binstar.org/cwrowley
2524
-conda info -a
2625

2726
# Install packages
2827
install:
2928
-conda build conda-recipe
3029
-conda install control --use-local
30+
-conda install slycot
3131
-pip install coveralls
32-
-pip install slycot
3332

3433
# command to run tests
3534
script:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp