We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bac40e commit 386a034Copy full SHA for 386a034
appveyor.yml
@@ -17,13 +17,18 @@ environment:
17
matrix:
18
- PYTHON_VERSION: 2.7
19
BUILD_OPTS: --xplat
20
+ - PYTHON_VERSION: 3.4
21
+ BUILD_OPTS: --xplat
22
- PYTHON_VERSION: 3.5
23
24
- PYTHON_VERSION: 3.6
25
26
27
28
29
30
+
31
+matrix:
32
allow_failures:
33
- PYTHON_VERSION: 3.4
34
0 commit comments