Pull in a python3 Ubuntu package for Travis CI.

Then use pip3 to install dependencies.
This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:45:41 -08:00
parent 8635aedc20
commit 27e735b028

View File

@@ -3,8 +3,11 @@ rust:
- stable - stable
- beta - beta
- nightly - nightly
python: "3.6" addons:
install: pip install --user --upgrade mypy flake8 apt:
packages:
- python3-pip
install: pip3 install --user --upgrade mypy flake8
script: ./test-all.sh script: ./test-all.sh
cache: cache:
- cargo - cargo