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

BuildFix: change Travis build to handle conda changes#102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,19 +28,24 @@ before_install:
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install --yes python=$TRAVIS_PYTHON_VERSION conda-build pip coverage
# conda-build must be installed in the conda root environment
- conda install conda-build
# TODO: point at conda.anaconda.org?
- conda config --add channels http://conda.binstar.org/cwrowley
- conda info -a
- conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage slycot
- source activate test-environment
# coveralls not in conda repos
- pip install coveralls

# Install packages
install:
- conda install slycot
- conda build conda-recipe
- conda build --python "$TRAVIS_PYTHON_VERSION" conda-recipe
- conda install control --use-local
- pip install coveralls

# command to run tests
script:
- coverage run setup.py test

after_success:
- coveralls

[8]ページ先頭

©2009-2026 Movatter.jp