Skip to content

Commit

Permalink
Use conda on appveyor to install scipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed May 20, 2017
1 parent 4702455 commit 942d4de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
environment:
matrix:
- PYTHON: "C:\\Python35"
MINICONDA: "C:\\Miniconda35"
- PYTHON: "C:\\Python36"
MINICONDA: "C:\\Miniconda36"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- "conda install scipy numpy"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
build: off
test_script:
Expand Down

0 comments on commit 942d4de

Please sign in to comment.