Fixing appveyor by using Python 3 (#425)

This commit is contained in:
Henry Schreiner 2020-02-06 17:40:33 -05:00 committed by GitHub
parent 706b14fb14
commit b1d8285db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -6,9 +6,12 @@ branches:
install:
- git submodule update --init --recursive
- set PATH=C:\Python36;%PATH%
- py -3 --version
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;%PATH%
- cmake --version
- pip install conan
- python --version
- python -m pip --version
- python -m pip install conan
- conan user
- conan --version