Files
wasmtime/.travis.yml
Jakob Stoklund Olesen 361d71a0ab The python3-pip package does not exist on Ubuntu 12.04 LTS.
Try to go via python3-setuptools instead.
2017-01-25 14:51:48 -08:00

17 lines
250 B
YAML

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