Add rustapi_module tests to CI

This commit is contained in:
Paul Ganssle 2018-08-09 16:26:17 -04:00
parent 996c2baec8
commit 7fc1dae238
No known key found for this signature in database
GPG Key ID: CD54FCE3D964BEFB
2 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,7 @@ before_install:
- source ./ci/travis/setup.sh
install:
- pip install setuptools-rust pytest pytest-benchmark
- pip install setuptools-rust pytest pytest-benchmark tox
script:
- ./ci/travis/test.sh

View File

@ -11,3 +11,7 @@ for example in examples/*; do
pytest -v tests
cd $TRAVIS_BUILD_DIR
done
cd tests/rustapi_module
tox -e py
cd $TRAVIS_BUILD_DIR