Skip to content

Commit

Permalink
Merge pull request #67 from scikit-build/fix-appveyor-python-check
Browse files Browse the repository at this point in the history
appveyor: Fix expected python version
  • Loading branch information
jcfr committed Jul 4, 2018
2 parents 400a4c2 + eb4351e commit 1f2303a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:
PYTHON_ARCH: "32"
BLOCK: "0"
# Used for testing
EXPECTED_PYTHON_VERSION: 2.7.14
EXPECTED_PYTHON_VERSION: 2.7.15
EXPECTED_PYTHON_ARCH: 32
# Test "windows/install-*.ps1" scripts only once
WINDOWS_ADDON_TESTS: 1
Expand All @@ -34,7 +34,7 @@ environment:
PYTHON_ARCH: "64"
BLOCK: "0"
# Used for testing
EXPECTED_PYTHON_VERSION: 2.7.14
EXPECTED_PYTHON_VERSION: 2.7.15
EXPECTED_PYTHON_ARCH: 64

- PYTHON_DIR: "C:\\Python35"
Expand Down

0 comments on commit 1f2303a

Please sign in to comment.