Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fb9dbb

Browse files
committed
Update AppVeyor config
AppVeyor is quite slow, but is also the only CI to check the conda environment, so cut it down to only one Python version. But also enable a few more things to see if they work.
1 parent 149720c commit 0fb9dbb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ environment:
2929
--cov-report= --cov=lib --log-level=DEBUG
3030

3131
matrix:
32-
- PYTHON_VERSION: "3.9"
32+
- PYTHON_VERSION: "3.11"
3333
CONDA_INSTALL_LOCN: "C:\\Miniconda3-x64"
34-
TEST_ALL: "no"
35-
- PYTHON_VERSION: "3.10"
36-
CONDA_INSTALL_LOCN: "C:\\Miniconda3-x64"
37-
TEST_ALL: "no"
34+
TEST_ALL: "yes"
3835

3936
# We always use a 64-bit machine, but can build x86 distributions
4037
# with the PYTHON_ARCH variable
@@ -97,6 +94,7 @@ artifacts:
9794
type: Zip
9895

9996
on_finish:
97+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
10098
- conda install codecov
10199
- codecov -e PYTHON_VERSION PLATFORM -n "$PYTHON_VERSION Windows"
102100

0 commit comments

Comments
 (0)