Skip to content

Commit

Permalink
update travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaville committed Jun 3, 2019
1 parent 197783a commit 479f5b8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
32 changes: 26 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,27 @@ matrix:
#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 1: Xenial + Stable Rust + Python 3.6
# Job 1: Xenial + Stable Rust + Python 3.4
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: linux
dist: xenial
# Note: Python 3.4 needs to be installed
# Note: Prints lots of warnings when installing numpy
addons:
apt:
sources:
- deadsnakes
packages:
- python3.4
- python3.4-dev
env:
- TARGET=x86_64-unknown-linux-gnu
- PYTHON_VERSION=3.4
rust: stable
python: "3.4"

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 2: Xenial + Stable Rust + Python 3.6
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: linux
dist: xenial
Expand All @@ -27,7 +47,7 @@ matrix:
python: "3.6"

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 2: Xenial + Stable Rust + Python 2.7
# Job 3: Xenial + Stable Rust + Python 2.7
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: linux
dist: xenial
Expand All @@ -44,7 +64,7 @@ matrix:
#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 3: Trusty + Stable Rust + Python 2.7
# Job 4: Trusty + Stable Rust + Python 2.7
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: linux
dist: trusty
Expand All @@ -55,7 +75,7 @@ matrix:
python: "2.7"

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 4: Trusty + Stable Rust + Python 3.6
# Job 5: Trusty + Stable Rust + Python 3.6
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: linux
dist: trusty
Expand All @@ -79,7 +99,7 @@ matrix:
#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 5: OSX + Stable Rust + Python 2.7
# Job 6: OSX + Stable Rust + Python 2.7
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: osx
env:
Expand All @@ -89,7 +109,7 @@ matrix:
python: "2.7"

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Job 6: OSX + Stable Rust + Python 3.6
# Job 7: OSX + Stable Rust + Python 3.6
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- os: osx
env:
Expand Down
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ environment:
- channel: stable
target: x86_64-pc-windows-msvc
# Stable 32-bit MSVC
- channel: stable
target: i686-pc-windows-msvc
# - channel: stable
# target: i686-pc-windows-msvc

### GNU Toolchains ###

# Stable 64-bit GNU
- channel: stable
target: x86_64-pc-windows-gnu
# - channel: stable
# target: x86_64-pc-windows-gnu
# Stable 32-bit GNU
- channel: stable
target: i686-pc-windows-gnu
# - channel: stable
# target: i686-pc-windows-gnu

### Allowed failures ###

Expand Down

0 comments on commit 479f5b8

Please sign in to comment.