2018-06-28 17:53:18 +03:00
|
|
|
dist: xenial
|
2012-06-06 08:51:56 +04:00
|
|
|
language: python
|
2020-11-03 00:02:24 +03:00
|
|
|
cache: pip
|
2012-06-06 08:51:56 +04:00
|
|
|
|
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:
|
2017-01-20 22:34:13 +03:00
|
|
|
fast_finish: true
|
2017-01-19 18:54:54 +03:00
|
|
|
include:
|
2020-01-05 00:07:59 +03:00
|
|
|
- python: "3.6"
|
2020-01-07 00:26:51 +03:00
|
|
|
arch: arm64
|
2020-01-05 00:07:59 +03:00
|
|
|
- python: "3.7"
|
2020-01-07 00:26:51 +03:00
|
|
|
arch: ppc64le
|
2020-06-27 14:39:44 +03:00
|
|
|
- python: "3.8"
|
2020-01-05 00:07:59 +03:00
|
|
|
arch: s390x
|
|
|
|
|
2017-01-19 18:54:54 +03:00
|
|
|
install:
|
2018-10-17 22:24:05 +03:00
|
|
|
- |
|
2020-11-03 00:02:24 +03:00
|
|
|
.ci/install.sh;
|
2016-05-06 18:33:07 +03:00
|
|
|
|
2012-06-06 08:51:56 +04:00
|
|
|
script:
|
2020-11-03 00:02:24 +03:00
|
|
|
- |
|
2020-01-08 16:41:48 +03:00
|
|
|
.ci/build.sh
|
|
|
|
.ci/test.sh
|
2014-07-01 00:57:16 +04:00
|
|
|
|
2017-01-19 18:54:54 +03:00
|
|
|
after_success:
|
2020-11-03 00:02:24 +03:00
|
|
|
- |
|
2020-01-08 16:41:48 +03:00
|
|
|
.ci/after_success.sh
|