Skip to content

Commit

Permalink
I will prevail.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Dec 23, 2015
1 parent 9abcf02 commit 5953eba
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 @@ -28,6 +28,7 @@ install:
- conda install -q setuptools numpy scipy matplotlib nose dateutil pandas wheel
- pip install mando tstoolbox baker
- mingw-get install gfortran
- mingw-get install w32api

build: off

Expand All @@ -39,14 +40,14 @@ test_script:
# Note that you must use the environment variable %PYTHON% to refer to
# the interpreter you're using - Appveyor does not do anything special
# to put the Python version you want to use on PATH.
- "build.cmd python.exe setup.py test --compiler=msvc"
- "build.cmd python.exe setup.py test"

after_test:
# This step builds your wheels.
# Again, you only need build.cmd if you're building C extensions for
# 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct
# interpreter
- "build.cmd python.exe setup.py bdist_wheel --compiler=msvc"
- "build.cmd python.exe setup.py bdist_wheel"

artifacts:
# bdist_wheel puts your built wheel in the dist directory
Expand Down

0 comments on commit 5953eba

Please sign in to comment.