The python3-pip package does not exist on Ubuntu 12.04 LTS.

Try to go via python3-setuptools instead.
This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:51:48 -08:00
parent 27e735b028
commit f2b567b83f

View File

@@ -6,8 +6,10 @@ rust:
addons:
apt:
packages:
- python3-pip
install: pip3 install --user --upgrade mypy flake8
- python3-setuptools
install:
- easy_install3 --user pip
- python3 -m pip install --user --upgrade mypy flake8
script: ./test-all.sh
cache:
- cargo