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

Skip to content

Commit 8e108b4

Browse files
authored
Disable 3.8 tests in AppVeyor temporarily, as they never pass yet anyway (#1058)
1 parent 4d1442d commit 8e108b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,16 @@ environment:
2323
BUILD_OPTS: --xplat
2424
- PYTHON_VERSION: 3.7
2525
BUILD_OPTS: --xplat
26-
- PYTHON_VERSION: 3.8
27-
BUILD_OPTS: --xplat
2826
- PYTHON_VERSION: 2.7
2927
- PYTHON_VERSION: 3.5
3028
- PYTHON_VERSION: 3.6
3129
- PYTHON_VERSION: 3.7
32-
- PYTHON_VERSION: 3.8
3330

3431
matrix:
3532
allow_failures:
3633
- PYTHON_VERSION: 3.4
3734
BUILD_OPTS: --xplat
3835
- PYTHON_VERSION: 3.4
39-
- PYTHON_VERSION: 3.8
40-
BUILD_OPTS: --xplat
41-
- PYTHON_VERSION: 3.8
4236

4337
init:
4438
# Update Environment Variables based on matrix/platform

0 commit comments

Comments
 (0)