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 05d484f commit b4ae711Copy full SHA for b4ae711
.appveyor.yml
@@ -13,23 +13,7 @@ environment:
13
TEST_OPTIONS:
14
DEPLOY: YES
15
matrix:
16
- - PYTHON: C:/vp/pypy2
17
- EXECUTABLE: bin/pypy.exe
18
- PIP_DIR: bin
19
- VENV: YES
20
- PYTHON: C:/Python27-x64
21
- - PYTHON: C:/Python37
22
- - PYTHON: C:/Python27
23
- - PYTHON: C:/Python37-x64
24
- - PYTHON: C:/Python36
25
- - PYTHON: C:/Python36-x64
26
- - PYTHON: C:/Python35
27
- - PYTHON: C:/Python35-x64
28
- - PYTHON: C:/msys64/mingw32
29
- EXECUTABLE: bin/python3
30
31
- TEST_OPTIONS: --processes=0
32
- DEPLOY: NO
33
34
35
install:
.travis.yml
0 commit comments