Skip to content

Commit ec6f6c5

Browse files
author
Benoit Hudson
committed
Give up on python 3.4 for appveyor.
Someone else can try to fix the problem that psutil is distributed as source, but appveyor won't build it.
1 parent 1fda82b commit ec6f6c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ environment:
1717
matrix:
1818
- PYTHON_VERSION: 2.7
1919
BUILD_OPTS: --xplat
20-
- PYTHON_VERSION: 3.4
21-
BUILD_OPTS: --xplat
2220
- PYTHON_VERSION: 3.5
2321
BUILD_OPTS: --xplat
2422
- PYTHON_VERSION: 3.6
2523
BUILD_OPTS: --xplat
2624
- PYTHON_VERSION: 2.7
27-
- PYTHON_VERSION: 3.4
2825
- PYTHON_VERSION: 3.5
2926
- PYTHON_VERSION: 3.6
27+
allow_failures:
28+
- PYTHON_VERSION: 3.4
29+
BUILD_OPTS: --xplat
30+
- PYTHON_VERSION: 3.4
3031

3132
init:
3233
# Update Environment Variables based on matrix/platform

0 commit comments

Comments
 (0)