Skip to content

Commit

Permalink
Merge pull request #3511 from bashtage/update-appveyor-old-scipy
Browse files Browse the repository at this point in the history
TST: Add older scipy to Appveyor
  • Loading branch information
josef-pkt committed Feb 25, 2017
2 parents 898ddfc + 93f260a commit b62f5ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Expand Up @@ -7,9 +7,13 @@ environment:
matrix:
- PY_MAJOR_VER: 2
PYTHON_ARCH: "x86_64"
- PY_MAJOR_VER: 2
PYTHON_ARCH: "x86_64"
SCIPY: "0.14"
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86_64"


platform:
- x64

Expand All @@ -19,9 +23,8 @@ build_script:
- SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
- conda config --set always_yes yes
- conda update conda --quiet
- conda install numpy scipy cython pandas pip nose patsy --quiet
- ps: If ($env:SCIPY) { conda install numpy scipy=$env:SCIPY cython pandas pip nose patsy --quiet } Else { conda install numpy scipy cython pandas pip nose patsy --quiet }
- python setup.py develop
- set "GIT_DIR=%cd%"

test_script:
- cd ..
Expand Down

0 comments on commit b62f5ef

Please sign in to comment.