Skip to content

Commit

Permalink
updated appveyor #3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jul 11, 2018
1 parent a7894df commit 3500643
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 @@ -5,10 +5,11 @@

# only build cp35 and cp36 to match vtk
environment:
CIBW_BEFORE_BUILD: "pip install numpy; pip install cython"
CIBW_BEFORE_BUILD: "pip install numpy cython"
# CIBW_BEFORE_BUILD: "pip install numpy"
CIBW_TEST_REQUIRES: "pytest scipy"
CIBW_TEST_COMMAND: "pytest {project}\\tests"
CIBW_SKIP: "*win32* cp27-*"
CIBW_SKIP: "*win32* cp27-* cp33*"
TWINE_USERNAME: akaszynski
# Note: TWINE_PASSWORD is set in Appveyor settings
matrix:
Expand Down

0 comments on commit 3500643

Please sign in to comment.