Happy 2020! Also reverting the order of the appveyor targets. #BITBUCKET-3949.

This commit is contained in:
David Fisher 2020-02-11 09:30:56 -08:00
parent 7f43e68ac4
commit 8cf7806f7f
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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%"