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 99 - MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp34-cp34m
1010 - MANYLINUX_IMAGE=manylinux-x64 MANYLINUX_PYTHON=cp35-cp35m
1111 - 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
1214command :
1315 - docker run dockcross/$MANYLINUX_IMAGE > ~/bin/dockcross && chmod +x ~/bin/dockcross
1416 - |
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ language: python
88matrix :
99 include :
1010
11+ - os : osx
12+ language : generic
13+ env :
14+ - PYTHON_VERSION=3.6.1
15+
1116 - os : osx
1217 language : generic
1318 env :
@@ -30,6 +35,7 @@ matrix:
3035
3136cache :
3237 directories :
38+ - $HOME/.pyenv/versions/3.6.1
3339 - $HOME/.pyenv/versions/3.5.2
3440 - $HOME/.pyenv/versions/3.4.5
3541 - $HOME/.pyenv/versions/3.3.6
Original file line number Diff line number Diff line change @@ -49,6 +49,16 @@ environment:
4949 PYTHON_ARCH : " 64"
5050 BLOCK : " 0"
5151
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+
5262 GIRDER_TOKEN :
5363 secure : BJR/8+Z51IgDgkwnKVkmzxxP315kpgy6r952X3P03bIe0YTNo1ZeOSeqqEvJwFQF
5464
You can’t perform that action at this time.
0 commit comments