File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 1313 global :
1414 - PYCALL_DEBUG_BUILD="yes"
1515 matrix :
16- - PYTHON=python # python 2.7
17- - PYTHON=python3 # python 3.5
1816 - PYTHON=Conda # not actually a python version, here to test Conda.jl's python
1917matrix :
2018 include :
2119 - &test-macos-py2
2220 language : julia
2321 os : osx
2422 env : PYTHON=python
25- julia : 0.6
23+ julia : 0.7
2624 - &test-macos-py3
2725 << : *test-macos-py2
2826 before_install :
@@ -34,9 +32,6 @@ matrix:
3432 - &test-macos-conda
3533 << : *test-macos-py2
3634 env : PYTHON=Conda
37- - {<<: *test-macos-py2, julia: 0.7}
38- - {<<: *test-macos-py3, julia: 0.7}
39- - {<<: *test-macos-conda, julia: 0.7}
4035 - {<<: *test-macos-py2, julia: nightly}
4136 - {<<: *test-macos-py3, julia: nightly}
4237 - {<<: *test-macos-conda, julia: nightly}
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - julia_version : 0.7
4- python_version : " 27"
5- - julia_version : 0.7
6- python_version : " 37"
73 - julia_version : 0.7
84 python_version : " Conda"
95
10- - julia_version : 1
11- python_version : " 27"
12- - julia_version : 1
13- python_version : " 37"
146 - julia_version : 1
157 python_version : " Conda"
168
17- - julia_version : nightly
18- python_version : " 27"
19- - julia_version : nightly
20- python_version : " 37"
219 - julia_version : nightly
2210 python_version : " Conda"
2311
You can’t perform that action at this time.
0 commit comments