Pyo3 needs 3.5

pull/1/head
Bradlee Speice 2018-06-08 23:49:02 -04:00
parent 445464a3c0
commit d033001688
1 changed files with 3 additions and 0 deletions

View File

@ -10,10 +10,13 @@ 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