Pull in a python3 Ubuntu package for Travis CI.
Then use pip3 to install dependencies.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user