Files
wasmtime/.travis.yml
Jakob Stoklund Olesen 56862c3da9 Roll back to mypy 0.521 to avoid a bug in 0.530.
Filed here: https://github.com/python/mypy/issues/4069

We should go back to tracking the latest mypy releases as soon as
possible.
2017-10-06 12:12:32 -07:00

19 lines
331 B
YAML

language: rust
rust:
- stable
- beta
dist: trusty
sudo: false
addons:
apt:
packages:
- python3-pip
install:
- pip3 install --user --upgrade mypy==0.521 flake8
- travis_wait ./check-rustfmt.sh --install
script: ./test-all.sh
cache:
cargo: true
directories:
- $HOME/.cache/pip