mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add Ubuntu 14.04 LTS (Trusty Tahr) jobs for those that can use it
This commit is contained in:
parent
825817efe5
commit
b2599042a2
13
.travis.yml
13
.travis.yml
|
@ -1,4 +1,5 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
sudo: required
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
@ -16,11 +17,19 @@ matrix:
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- python: '3.7-dev'
|
- python: '3.7'
|
||||||
- python: '2.7'
|
- python: '2.7'
|
||||||
|
- python: '2.7'
|
||||||
|
dist: trusty
|
||||||
- python: "2.7_with_system_site_packages" # For PyQt4
|
- python: "2.7_with_system_site_packages" # For PyQt4
|
||||||
|
- python: "2.7_with_system_site_packages" # For PyQt4
|
||||||
|
dist: trusty
|
||||||
- python: '3.6'
|
- python: '3.6'
|
||||||
|
- python: '3.6'
|
||||||
|
dist: trusty
|
||||||
- python: '3.5'
|
- python: '3.5'
|
||||||
|
- python: '3.5'
|
||||||
|
dist: trusty
|
||||||
- python: '3.4'
|
- python: '3.4'
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- env: DOCKER="alpine" DOCKER_TAG="pytest"
|
- env: DOCKER="alpine" DOCKER_TAG="pytest"
|
||||||
|
@ -35,8 +44,6 @@ matrix:
|
||||||
- env: DOCKER="fedora-26-amd64" DOCKER_TAG="pytest"
|
- env: DOCKER="fedora-26-amd64" DOCKER_TAG="pytest"
|
||||||
- env: DOCKER="fedora-27-amd64" DOCKER_TAG="pytest"
|
- env: DOCKER="fedora-27-amd64" DOCKER_TAG="pytest"
|
||||||
|
|
||||||
sudo: required
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user