File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 13
13
global :
14
14
- PYCALL_DEBUG_BUILD="yes"
15
15
matrix :
16
- - PYTHON=python # python 2.7
17
- - PYTHON=python3 # python 3.5
18
16
- PYTHON=Conda # not actually a python version, here to test Conda.jl's python
19
17
matrix :
20
18
include :
21
19
- &test-macos-py2
22
20
language : julia
23
21
os : osx
24
22
env : PYTHON=python
25
- julia : 0.6
23
+ julia : 0.7
26
24
- &test-macos-py3
27
25
<< : *test-macos-py2
28
26
before_install :
@@ -34,9 +32,6 @@ matrix:
34
32
- &test-macos-conda
35
33
<< : *test-macos-py2
36
34
env : PYTHON=Conda
37
- - {<<: *test-macos-py2, julia: 0.7}
38
- - {<<: *test-macos-py3, julia: 0.7}
39
- - {<<: *test-macos-conda, julia: 0.7}
40
35
- {<<: *test-macos-py2, julia: nightly}
41
36
- {<<: *test-macos-py3, julia: nightly}
42
37
- {<<: *test-macos-conda, julia: nightly}
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 0.7
4
- python_version : " 27"
5
- - julia_version : 0.7
6
- python_version : " 37"
7
3
- julia_version : 0.7
8
4
python_version : " Conda"
9
5
10
- - julia_version : 1
11
- python_version : " 27"
12
- - julia_version : 1
13
- python_version : " 37"
14
6
- julia_version : 1
15
7
python_version : " Conda"
16
8
17
- - julia_version : nightly
18
- python_version : " 27"
19
- - julia_version : nightly
20
- python_version : " 37"
21
9
- julia_version : nightly
22
10
python_version : " Conda"
23
11
You can’t perform that action at this time.
0 commit comments