File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 9
9
- MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp34-cp34m
10
10
- MANYLINUX_IMAGE=manylinux-x64 MANYLINUX_PYTHON=cp35-cp35m
11
11
- MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp35-cp35m
12
+ - MANYLINUX_IMAGE=manylinux-x64 MANYLINUX_PYTHON=cp36-cp36m
13
+ - MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp36-cp36m
12
14
command :
13
15
- docker run dockcross/$MANYLINUX_IMAGE > ~/bin/dockcross && chmod +x ~/bin/dockcross
14
16
- |
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ language: python
8
8
matrix :
9
9
include :
10
10
11
+ - os : osx
12
+ language : generic
13
+ env :
14
+ - PYTHON_VERSION=3.6.1
15
+
11
16
- os : osx
12
17
language : generic
13
18
env :
@@ -30,6 +35,7 @@ matrix:
30
35
31
36
cache :
32
37
directories :
38
+ - $HOME/.pyenv/versions/3.6.1
33
39
- $HOME/.pyenv/versions/3.5.2
34
40
- $HOME/.pyenv/versions/3.4.5
35
41
- $HOME/.pyenv/versions/3.3.6
Original file line number Diff line number Diff line change @@ -49,6 +49,16 @@ environment:
49
49
PYTHON_ARCH : " 64"
50
50
BLOCK : " 0"
51
51
52
+ - PYTHON_DIR : " C:\\ Python36"
53
+ PYTHON_VERSION : " 3.6.x"
54
+ PYTHON_ARCH : " 32"
55
+ BLOCK : " 0"
56
+
57
+ - PYTHON_DIR : " C:\\ Python36-x64"
58
+ PYTHON_VERSION : " 3.6.x"
59
+ PYTHON_ARCH : " 64"
60
+ BLOCK : " 0"
61
+
52
62
GIRDER_TOKEN :
53
63
secure : BJR/8+Z51IgDgkwnKVkmzxxP315kpgy6r952X3P03bIe0YTNo1ZeOSeqqEvJwFQF
54
64
You can’t perform that action at this time.
0 commit comments