mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
Try setting python version top-level
This commit is contained in:
parent
d033001688
commit
e017018295
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user