Files
wasmtime/.travis.yml
Jakob Stoklund Olesen 70957cc7ce Doesn't work with 12.02 LTS's Python 3.2.
Try switching to Trusty to get a newer Python 3.
2017-01-25 14:59:48 -08:00

18 lines
229 B
YAML

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