We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be42ef5 commit 8eaf3b5Copy full SHA for 8eaf3b5
.appveyor.yml
@@ -0,0 +1,13 @@
1
+version: '{build}'
2
+image: Visual Studio 2019
3
+stack: python 3.12
4
+skip_branch_with_pr: true
5
+init:
6
+- cmd: set PATH=C:\Python312;C:\Python312\Scripts;%PATH%
7
+install:
8
+- ps: python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv wheel
9
+build_script:
10
+- ps: |
11
+ python -m pip install .
12
+test_script:
13
+- ps: python tests\test.py
0 commit comments