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:
Jakob Stoklund Olesen
2017-01-25 14:59:48 -08:00
parent f2b567b83f
commit 188ffb9881

View File

@@ -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