Wire Python testing into Travis

This commit is contained in:
Guy Taylor
2018-10-21 14:45:31 +01:00
parent 9867b260e1
commit 081cceecb7

View File

@@ -20,6 +20,7 @@ before_install:
- pyenv global "${PYENV_VERSION}"
- pyenv version
script:
- make test-gen
- make gen-all-cli cargo-api ARGS=test
- make cargo-api ARGS=doc
- "if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi"