b1eca56ec3
* Add python3-sys to rust-cpython as an optional feature, and make python27-sys also optional, but still the default * Parametrise python27-sys/build.rs so that it is python version independent, and clone it into python3-sys/build.rs. Hopefully this can continue to be maintained as an identical file. * python27-sys and python3-sys gain features for explicitly selecting a python version to link to. for python27-sys, there's currently only python27; for python3-sys there's python 3.4 and 3.5. * explicitly tell travis to use nightlies (seems to have started trying to use 1.0.0)
12 lines
394 B
YAML
12 lines
394 B
YAML
language: rust
|
|
rust: nightly
|
|
env:
|
|
global:
|
|
- secure: g4kCg8twONwKPquuJmYrvGjo2n0lNtWTbyzFOITNn8FgCxNK2j38Qc9/UhErTR3g3rDjVzsTHZ8FTH7TJZrOK1Nzz90tJG6JHqUv77ufkcBlxgwwjilOz84uQhkDTMpLitMEeQDLEynKeWbxrjtc5LIpjEkxOPk5eiqwzKRN14c=
|
|
script:
|
|
- cargo build --verbose
|
|
- cargo test --verbose
|
|
# 'cargo doc' is broken due to https://github.com/rust-lang/cargo/issues/1622
|
|
# - cargo doc --verbose
|
|
|