summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml63
1 files changed, 14 insertions, 49 deletions
diff --git a/.travis.yml b/.travis.yml
index 67b3a4c..fc5e3c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,54 +1,19 @@
language: python
-sudo: false
+cache: pip
+dist: bionic
-matrix:
- include:
- - arch: arm64
- python: 2.7
- dist: bionic
- - arch: amd64
- python: 2.7
- dist: bionic
- - arch: ppc64le
- python: 2.7
- dist: bionic
- - arch: arm64
- python: 3.5
- dist: bionic
- - arch: amd64
- python: 3.5
- dist: bionic
- - arch: ppc64le
- python: 3.5
- dist: bionic
- - arch: arm64
- python: 3.6
- dist: bionic
- - arch: amd64
- python: 3.6
- dist: bionic
- - arch: ppc64le
- python: 3.6
- dist: bionic
- - arch: arm64
- python: 3.7
- dist: bionic
- - arch: amd64
- python: 3.7
- dist: bionic
- - arch: ppc64le
- python: 3.7
- dist: bionic
- - arch: arm64
- python: 3.8
- dist: bionic
- - arch: amd64
- python: 3.8
- dist: bionic
- - arch: ppc64le
- python: 3.8
- dist: bionic
- - python: 3.9-dev
+arch:
+ - arm64
+ - amd64
+ - ppc64le
+
+python:
+ - 2.7
+ - 3.5
+ - 3.6
+ - 3.7
+ - 3.8
+ - 3.9
install: pip install -U -e .[test]