Skip to content

Commit

Permalink
fix pre_install section doesn't exist?
Browse files Browse the repository at this point in the history
  • Loading branch information
breathe committed May 14, 2019
1 parent 03629cd commit 597ebf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ os:
- linux
- osx
pre_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash -x macos_ci_setup.sh; fi
install:
- cd ./conda_pkg
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash -x macos_ci_setup.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
-O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
-O miniconda.sh; fi
Expand Down
1 change: 1 addition & 0 deletions conda_pkg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ requirements:
- matplotlib
- ipython
- sympy

test:
# Python imports
imports:
Expand Down

0 comments on commit 597ebf9

Please sign in to comment.