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 deaf97b commit 916b26aCopy full SHA for 916b26a
appveyor.yml
@@ -15,14 +15,6 @@ environment:
15
CODECOV_ENV: PYTHON_VERSION, PLATFORM
16
17
matrix:
18
- - PYTHON_VERSION: 3.9
19
- BUILD_OPTS: --xplat
20
- - PYTHON_VERSION: 3.8
21
22
- - PYTHON_VERSION: 3.7
23
24
- - PYTHON_VERSION: 3.6
25
26
- PYTHON_VERSION: 3.9
27
- PYTHON_VERSION: 3.8
28
- PYTHON_VERSION: 3.7
@@ -56,7 +48,9 @@ build_script:
56
48
57
49
test_script:
58
50
- pip install --no-index --find-links=.\dist\ pythonnet
59
- - ps: .\ci\appveyor_run_tests.ps1
51
+ #- ps: .\ci\appveyor_run_tests.ps1
52
+ - pytest
53
+ - dotnet test src/embed_tests/
60
54
61
55
artifacts:
62
- path: dist\*
0 commit comments