Skip to content

Commit

Permalink
Use newer version of Python on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 13, 2019
1 parent 930f49a commit 32733e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# version string format -- This will be overwritten later anyway
version: "{build}"

# We need a more up to date pip because Python 2.7 is EOL soon
init:
- set PATH=C:\Python35\Scripts;%PATH%


branches:
except:
- /dev-travis.+/
Expand Down Expand Up @@ -62,7 +67,7 @@ matrix:


install:
- ps: if (($env:CONFIGURATION) -eq "Debug" -And ($env:coverage) -eq "1" ) { python -m pip --disable-pip-version-check install codecov }
- ps: if (($env:CONFIGURATION) -eq "Debug" -And ($env:coverage) -eq "1" ) { pip --disable-pip-version-check install codecov }
- ps: if (($env:CONFIGURATION) -eq "Debug" -And ($env:coverage) -eq "1" ) { .\misc\installOpenCppCoverage.ps1 }

# Win32 and x64 are CMake-compatible solution platform names.
Expand Down

0 comments on commit 32733e0

Please sign in to comment.