Try setting python version top-level

pull/1/head
Bradlee Speice 2018-06-08 23:53:57 -04:00
parent d033001688
commit e017018295
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,6 @@
language: rust
python:
- '3.5'
env:
global:
@ -10,13 +12,10 @@ matrix:
# Should still build on stable though
- env: TARGET=aarch64-unknown-linux-gnu
rust: nightly
python: 3.5
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
python: 3.5
- env: TARGET=x86_64-unknown-linux-musl
rust: nightly
python: 3.5
before_install:
- set -e