Skip to content

Commit a33e672

Browse files
authored
Move tests with Julia 1.0 and nightly to GitHub Actions (#405)
1 parent 6b52e7f commit a33e672

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- windows-latest
1919
architecture: [x64, x86]
2020
python-version: ['3.7', '3.8']
21-
julia-version: ['1.3', '~1.5.0-rc1']
21+
julia-version: ['1.0', '1.3', '~1.5.0-rc1', 'nightly']
2222
exclude:
2323
- os: ubuntu-latest
2424
architecture: x86
@@ -28,6 +28,10 @@ jobs:
2828
julia-version: '1.3'
2929
- os: windows-latest
3030
julia-version: '1.3'
31+
- os: macos-latest
32+
julia-version: 'nightly'
33+
- os: windows-latest
34+
julia-version: 'nightly'
3135
fail-fast: false
3236
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
3337
Python ${{ matrix.python-version }}

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ python:
66
- "3.6"
77
env:
88
matrix:
9-
- JULIA_VERSION=1.0
109
- JULIA_VERSION=1.4
11-
- JULIA_VERSION=nightly
1210
global:
1311
- TOXENV=py
1412
- PYJULIA_TEST_INCOMPATIBLE_PYTHONS=/usr/bin/python2

0 commit comments

Comments
 (0)