Skip to content

Commit

Permalink
Disable non-Conda CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Nov 1, 2018
1 parent bba0aeb commit b2e787f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ env:
global:
- PYCALL_DEBUG_BUILD="yes"
matrix:
- PYTHON=python # python 2.7
- PYTHON=python3 # python 3.5
- PYTHON=Conda # not actually a python version, here to test Conda.jl's python
matrix:
include:
- &test-macos-py2
language: julia
os: osx
env: PYTHON=python
julia: 0.6
julia: 0.7
- &test-macos-py3
<<: *test-macos-py2
before_install:
Expand All @@ -34,9 +32,6 @@ matrix:
- &test-macos-conda
<<: *test-macos-py2
env: PYTHON=Conda
- {<<: *test-macos-py2, julia: 0.7}
- {<<: *test-macos-py3, julia: 0.7}
- {<<: *test-macos-conda, julia: 0.7}
- {<<: *test-macos-py2, julia: nightly}
- {<<: *test-macos-py3, julia: nightly}
- {<<: *test-macos-conda, julia: nightly}
Expand Down
12 changes: 0 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
environment:
matrix:
- julia_version: 0.7
python_version: "27"
- julia_version: 0.7
python_version: "37"
- julia_version: 0.7
python_version: "Conda"

- julia_version: 1
python_version: "27"
- julia_version: 1
python_version: "37"
- julia_version: 1
python_version: "Conda"

- julia_version: nightly
python_version: "27"
- julia_version: nightly
python_version: "37"
- julia_version: nightly
python_version: "Conda"

Expand Down

0 comments on commit b2e787f

Please sign in to comment.