From 081cceecb7ccef1d5d8db4063afe3f3815f78b25 Mon Sep 17 00:00:00 2001 From: Guy Taylor Date: Sun, 21 Oct 2018 14:45:31 +0100 Subject: [PATCH] Wire Python testing into Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c38850885d..27b9eef91c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"