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
|
||||
- beta
|
||||
- nightly
|
||||
dist: trusty
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- python3-setuptools
|
||||
- python3-pip
|
||||
install:
|
||||
- easy_install3 --user pip
|
||||
- python3 -m pip install --user --upgrade mypy flake8
|
||||
- pip3 install --user --upgrade mypy flake8
|
||||
script: ./test-all.sh
|
||||
cache:
|
||||
- cargo
|
||||
|
||||
Reference in New Issue
Block a user