Skip to content

Commit

Permalink
Merge pull request SMTorg#132 from relf/master
Browse files Browse the repository at this point in the history
fix appveyor build
  • Loading branch information
relf authored Mar 2, 2019
2 parents ed5d14d + e90fad8 commit ae423d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ install:
- set PATH=%CONDA%;%CONDA%\Scripts;%PATH%
- conda config --set always_yes yes
- conda update conda
- conda install python=%PYTHON% numpy scipy=1.0.1 mkl==2018.0.2 Cython sphinx pip --quiet
- if %PYTHON%==2.7 (
conda install python=%PYTHON% Cython sphinx pip --quiet
) else (
conda install python=%PYTHON% numpy scipy Cython sphinx pip --quiet
)
- pip install numpy
- pip install testflo
- pip install git+https://github.com/hwangjt/sphinx_auto_embed.git
- pip install -e .
- pip install -e .
- pip list
- conda list

Expand Down

0 comments on commit ae423d8

Please sign in to comment.