Files
wasmtime/.travis.yml
Jakob Stoklund Olesen 27e735b028 Pull in a python3 Ubuntu package for Travis CI.
Then use pip3 to install dependencies.
2017-01-25 14:45:41 -08:00

15 lines
200 B
YAML

language: rust
rust:
- stable
- beta
- nightly
addons:
apt:
packages:
- python3-pip
install: pip3 install --user --upgrade mypy flake8
script: ./test-all.sh
cache:
- cargo
- pip