Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
db4 committed Mar 8, 2023
1 parent 3ddddc2 commit b571ed8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build: false

environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"

matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand All @@ -14,9 +14,9 @@ environment:
CONAN_ARCHS: x86_64

install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan --upgrade
- pip.exe install conan_package_tools bincrafters_package_tools
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- pip3.exe install "conan<2" --upgrade
- pip3.exe install conan_package_tools bincrafters_package_tools
- conan user # It creates the conan data directory

test_script:
Expand Down

0 comments on commit b571ed8

Please sign in to comment.