mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Run CPython test suite in travis CI
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user