From d033001688bf62993cea8ea1c571e5e85eea0836 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 8 Jun 2018 23:49:02 -0400 Subject: [PATCH] Pyo3 needs 3.5 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 16cce31..3783011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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