summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Robertson <t.paulrobertson@gmail.com>2019-06-06 19:57:15 -0400
committerSelwin Ong <selwin.ong@gmail.com>2019-06-07 06:57:15 +0700
commit077aa7d32e2df6164b6b93dde08e5bc3b693d681 (patch)
tree8086305026569abdaeb02e58175af19c3b6ced23
parent68c01bc5375869c89f5d5f72f9c3aa570a843fca (diff)
downloadrq-077aa7d32e2df6164b6b93dde08e5bc3b693d681.tar.gz
CI - test against py3.8 (#1095)
* test against py3.8 * switch to the matrix format
-rw-r--r--.travis.yml18
1 files changed, 11 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 53b33d2..bd562b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,17 @@ sudo: false
language: python
services:
- redis
-python:
- - "2.7"
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7-dev"
- - "pypy"
+matrix:
+ include:
+ - python: "2.7"
+ - python: "3.4"
+ - python: "3.5"
+ - python: "3.6"
+ - python: "3.7"
+ dist: xenial
+ - python: 3.8-dev
+ dist: xenial
+ - python: "pypy"
install:
- pip install -e .
- pip install pytest-cov sentry-sdk codecov