blob: 93c1a7f466052f3232803a1bf7c62f0e6b390e8c [file] [log] [blame]
wbond801ce862015-11-04 23:47:34 -05001sudo: false
2language: c
wbond72017002016-03-31 05:09:48 -04003branches:
4 except:
5 - /^[0-9]+\.[0-9]+\.[0-9]$/
wbond801ce862015-11-04 23:47:34 -05006matrix:
7 include:
wbond801ce862015-11-04 23:47:34 -05008 - os: linux
wbond564f7972019-08-01 22:15:56 -04009 dist: trusty
wbond801ce862015-11-04 23:47:34 -050010 language: python
11 python: "2.6"
12 - os: linux
wbond564f7972019-08-01 22:15:56 -040013 dist: bionic
wbond801ce862015-11-04 23:47:34 -050014 language: python
15 python: "2.7"
16 - os: linux
wbond564f7972019-08-01 22:15:56 -040017 dist: trusty
wbond801ce862015-11-04 23:47:34 -050018 language: python
19 python: "3.2"
20 - os: linux
wbond564f7972019-08-01 22:15:56 -040021 dist: trusty
wbond801ce862015-11-04 23:47:34 -050022 language: python
23 python: "3.3"
wbond801ce862015-11-04 23:47:34 -050024 - os: linux
wbond564f7972019-08-01 22:15:56 -040025 dist: bionic
wbond801ce862015-11-04 23:47:34 -050026 language: python
wbonde3802432019-07-04 06:32:36 -040027 python: "3.7"
wbond9712e072017-01-17 06:56:15 -050028 - os: linux
ossdev073eec6912020-01-03 05:53:19 +000029 arch: arm64
30 dist: bionic
31 language: python
32 python: "3.7"
33 - os: linux
wbond7c679002019-08-01 22:25:46 -040034 dist: xenial
wbond9712e072017-01-17 06:56:15 -050035 language: python
wbonda862a762018-04-18 07:36:19 -040036 python: "pypy"
wbond801ce862015-11-04 23:47:34 -050037script:
wbond98225312017-01-30 18:14:51 -050038 - python run.py deps
39 - python run.py ci