Run CPython test suite in travis CI

This commit is contained in:
Aviv Palivoda
2020-01-04 16:13:28 +02:00
parent 4c0e7bf908
commit f0154238e5

View File

@@ -204,3 +204,17 @@ matrix:
env:
- JOBCACHE=10
- TRAVIS_RUST_VERSION=nightly
- name: Run CPython test suite
language: rust
os: linux
rust: stable
cache: cargo
script:
- cargo build --verbose --all
- export RUSTPYTHONPATH=`pwd`/Lib
- cargo run -- -m test -v
env:
# Prevention of cache corruption.
# See: https://docs.travis-ci.com/user/caching/#caches-and-build-matrices
- JOBCACHE=12