Skip to content

Commit 916b26a

Browse files
committed
Run AppVeyor tests without coverage for now
1 parent deaf97b commit 916b26a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

appveyor.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ environment:
1515
CODECOV_ENV: PYTHON_VERSION, PLATFORM
1616

1717
matrix:
18-
- PYTHON_VERSION: 3.9
19-
BUILD_OPTS: --xplat
20-
- PYTHON_VERSION: 3.8
21-
BUILD_OPTS: --xplat
22-
- PYTHON_VERSION: 3.7
23-
BUILD_OPTS: --xplat
24-
- PYTHON_VERSION: 3.6
25-
BUILD_OPTS: --xplat
2618
- PYTHON_VERSION: 3.9
2719
- PYTHON_VERSION: 3.8
2820
- PYTHON_VERSION: 3.7
@@ -56,7 +48,9 @@ build_script:
5648

5749
test_script:
5850
- 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/
6054

6155
artifacts:
6256
- path: dist\*

0 commit comments

Comments
 (0)