Skip to content

Commit

Permalink
more configuration of appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Sep 30, 2018
1 parent 5d7ada2 commit 1fcd4ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:

install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install wheel nose coverage"

build: off

Expand All @@ -36,7 +36,7 @@ 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.
#- "%PYTHON%\\python.exe setup.py test"
- nosetests

after_test:
# This step builds your wheels.
Expand All @@ -49,7 +49,8 @@ artifacts:
# bdist_wheel puts your built wheel in the dist directory
- path: dist\*

#on_success:
on_success:
# You can use this step to upload your artifacts to a public website.
# See Appveyor's documentation for more details. Or you can simply
# access your wheels from the Appveyor "artifacts" tab for your build.
# access your wheels from the Appveyor "artifacts" tab for your build.
- echo Build successful!

0 comments on commit 1fcd4ab

Please sign in to comment.