Use Ubuntu 14.04 LTS (Trusty Tahr) for PyPy2/3 and Py3.4, not available on Xenial

This commit is contained in:
Hugo 2018-06-28 17:53:18 +03:00
parent 4d1cebd9a8
commit 825817efe5

View File

@ -1,3 +1,4 @@
dist: xenial
language: python
cache: pip
@ -12,13 +13,16 @@ matrix:
fast_finish: true
include:
- python: "pypy"
dist: trusty
- python: "pypy3"
dist: trusty
- python: '3.7-dev'
- python: '2.7'
- python: "2.7_with_system_site_packages" # For PyQt4
- python: '3.6'
- python: '3.5'
- python: '3.4'
dist: trusty
- env: DOCKER="alpine" DOCKER_TAG="pytest"
- env: DOCKER="arch" DOCKER_TAG="pytest" # contains PyQt5
- env: DOCKER="ubuntu-trusty-x86" DOCKER_TAG="pytest"
@ -31,8 +35,6 @@ matrix:
- env: DOCKER="fedora-26-amd64" DOCKER_TAG="pytest"
- env: DOCKER="fedora-27-amd64" DOCKER_TAG="pytest"
dist: xenial
sudo: required
services: