Doesn't work with 12.02 LTS's Python 3.2.
Try switching to Trusty to get a newer Python 3.
This commit is contained in:
@@ -3,13 +3,14 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3-setuptools
|
- python3-pip
|
||||||
install:
|
install:
|
||||||
- easy_install3 --user pip
|
- pip3 install --user --upgrade mypy flake8
|
||||||
- python3 -m pip install --user --upgrade mypy flake8
|
|
||||||
script: ./test-all.sh
|
script: ./test-all.sh
|
||||||
cache:
|
cache:
|
||||||
- cargo
|
- cargo
|
||||||
|
|||||||
Reference in New Issue
Block a user