Skip to content

Commit

Permalink
appveyor: set build to off and build wheel in test_script section
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 29, 2019
1 parent 2bf1b67 commit 572b008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ install:
# Install build and test dependencies
- "%CMD_IN_ENV% pip install cython setuptools_scm setuptools_scm_git_archive sympy unittest2 pytest"

build:
build: off

test_script:
# create binary packages
- "%CMD_IN_ENV% pip wheel -w wheelhouse ."
# install wheel so we can test it
- pip install --no-index --find-links wheelhouse pyclipper

test_script:
# Run the project tests
- "%CMD_IN_ENV% pytest"

Expand Down

0 comments on commit 572b008

Please sign in to comment.