Pillow/.travis.yml

30 lines
375 B
YAML
Raw Normal View History

dist: xenial
language: python
2020-11-03 00:02:24 +03:00
cache: pip
2014-04-02 14:53:34 +04:00
notifications:
irc: "chat.freenode.net#pil"
2014-03-26 23:04:54 +04:00
2017-01-19 18:54:54 +03:00
matrix:
fast_finish: true
2017-01-19 18:54:54 +03:00
include:
- python: "3.6"
arch: arm64
- python: "3.7"
arch: ppc64le
2020-06-27 14:39:44 +03:00
- python: "3.8"
arch: s390x
2017-01-19 18:54:54 +03:00
install:
- |
2020-11-03 00:02:24 +03:00
.ci/install.sh;
2016-05-06 18:33:07 +03:00
script:
2020-11-03 00:02:24 +03:00
- |
.ci/build.sh
.ci/test.sh
2017-01-19 18:54:54 +03:00
after_success:
2020-11-03 00:02:24 +03:00
- |
.ci/after_success.sh