Disable python3 build on travis -- not sure if there's any python3 installed on the build machine

This commit is contained in:
Daniel Grunwald 2015-05-24 21:14:53 +02:00
parent 8c8779e3fb
commit 7931e8f1f6
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ env:
- secure: g4kCg8twONwKPquuJmYrvGjo2n0lNtWTbyzFOITNn8FgCxNK2j38Qc9/UhErTR3g3rDjVzsTHZ8FTH7TJZrOK1Nzz90tJG6JHqUv77ufkcBlxgwwjilOz84uQhkDTMpLitMEeQDLEynKeWbxrjtc5LIpjEkxOPk5eiqwzKRN14c=
script:
- make test extensions PY=2
- make test extensions PY=3
# 'cargo doc' is broken due to https://github.com/rust-lang/cargo/issues/1622
# - cargo doc --verbose