Skip to content

Commit b2e787f

Browse files
committed
Disable non-Conda CI
1 parent bba0aeb commit b2e787f

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ env:
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
1917
matrix:
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}

appveyor.yml

-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
environment:
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

0 commit comments

Comments
 (0)