language: rust rust: - stable - beta - nightly python: "3.6" install: pip install --user --upgrade mypy flake8 script: ./test-all.sh cache: - cargo - pip