Happy 2020! Also reverting the order of the appveyor targets. #BITBUCKET-3949.
This commit is contained in:
parent
7f43e68ac4
commit
8cf7806f7f
|
@ -5,7 +5,7 @@ and University of Minnesota.
|
|||
This tool has an open license. All people are invited to use the tool
|
||||
under the following conditions and terms:
|
||||
|
||||
Copyright (c) 2019, Natural Capital Project
|
||||
Copyright (c) 2020, Natural Capital Project
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -14,8 +14,6 @@ environment:
|
|||
matrix:
|
||||
# For Python versions available on Appveyor, see
|
||||
# https://www.appveyor.com/docs/windows-images-software/#python
|
||||
- PYTHON: "C:\\Python37"
|
||||
TARGET: "appveyor_binaries"
|
||||
|
||||
- PYTHON: "C:\\Python37"
|
||||
TARGET: "test"
|
||||
|
@ -29,6 +27,8 @@ environment:
|
|||
- PYTHON: "C:\\Python37-x64"
|
||||
TARGET: "validate_sampledata"
|
||||
|
||||
- PYTHON: "C:\\Python37"
|
||||
TARGET: "appveyor_binaries"
|
||||
|
||||
install:
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
|
|
Loading…
Reference in New Issue