mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Merge pull request #3234 from hugovk/xenial-ci
Add Python 3.7 and Xenial to Travis CI
This commit is contained in:
commit
693e161855
19
.travis.yml
19
.travis.yml
|
@ -1,3 +1,5 @@
|
|||
dist: xenial
|
||||
sudo: required
|
||||
language: python
|
||||
cache: pip
|
||||
|
||||
|
@ -12,13 +14,24 @@ matrix:
|
|||
fast_finish: true
|
||||
include:
|
||||
- python: "pypy"
|
||||
dist: trusty
|
||||
- python: "pypy3"
|
||||
- python: '3.7-dev'
|
||||
dist: trusty
|
||||
- python: '3.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
|
||||
dist: trusty
|
||||
- python: '3.6'
|
||||
- python: '3.6'
|
||||
dist: trusty
|
||||
- python: '3.5'
|
||||
- python: '3.5'
|
||||
dist: trusty
|
||||
- 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,10 +44,6 @@ matrix:
|
|||
- env: DOCKER="fedora-26-amd64" DOCKER_TAG="pytest"
|
||||
- env: DOCKER="fedora-27-amd64" DOCKER_TAG="pytest"
|
||||
|
||||
dist: trusty
|
||||
|
||||
sudo: required
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user