Skip to content

Commit

Permalink
win32: simplify the test matrix.
Browse files Browse the repository at this point in the history
python3.5 is long EOL'd.
  • Loading branch information
jamadden committed Oct 30, 2022
1 parent 8956216 commit a485d9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Expand Up @@ -74,11 +74,13 @@ environment:
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5.x"
PYTHON_EXE: python
GWHEEL_ONLY: true

- PYTHON: "C:\\Python35-x64"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.5.x"
PYTHON_EXE: python
GWHEEL_ONLY: true

- PYTHON: "C:\\Python37"
PYTHON_ARCH: "32"
Expand All @@ -94,6 +96,7 @@ environment:
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.8.x"
PYTHON_EXE: python
GWHEEL_ONLY: true

- PYTHON: "C:\\Python38-x64"
PYTHON_ARCH: "64"
Expand All @@ -104,11 +107,13 @@ environment:
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.6.x"
PYTHON_EXE: python
GWHEEL_ONLY: true

- PYTHON: "C:\\Python36-x64"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6.x"
PYTHON_EXE: python
GWHEEL_ONLY: true

cache:
- "%TMP%\\py\\"
Expand Down Expand Up @@ -177,7 +182,7 @@ build_script:

test_script:
- "%CMD_IN_ENV% python -c \"import faulthandler; assert faulthandler.is_enabled()\""
- "%CMD_IN_ENV% python -m zope.testrunner --test-path=src -vvv"
- if not "%GWHEEL_ONLY%"=="true" %PYEXE% -m zope.testrunner --test-path=src -vvv
# XXX: Doctest disabled pending sphinx release for 3.10; see tests.yml.
# - "%CMD_IN_ENV% python -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctest"

Expand Down

0 comments on commit a485d9c

Please sign in to comment.