rust-bert/.travis.yml
2020-07-17 17:48:12 +02:00

21 lines
532 B
YAML

language: rust
dist: bionic
jobs:
include:
- before_script:
- rustup component add rustfmt
script:
- cargo fmt -- --check
- script:
- cargo build --verbose
- script:
- sudo apt-get install python3-pip python3-setuptools
- pip3 install --upgrade pip
- pip3 install -r requirements.txt --progress-bar off
- python3 ./utils/download-dependencies_distilbert.py
- before_script:
- cargo run --example download_all_dependencies
script:
- cargo test