Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Mar 3, 2018
1 parent 38c1017 commit f110b03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ matrix:
platform:
-x64

os: Visual Studio 2015 Update 2

install:
- "git clone --depth 1 git://github.com/astropy/ci-helpers.git"
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "activate test"
- "conda install numpy scipy scikit-image"
- "pip install -r requirements-win.txt"
- "%CMD_IN_ENV% pip install -r requirements-win.txt"

build: off

Expand Down

0 comments on commit f110b03

Please sign in to comment.