CI - test against py3.8 (#1095)

* test against py3.8

* switch to the matrix format
main
Paul Robertson 6 years ago committed by Selwin Ong
parent 68c01bc537
commit 077aa7d32e

@ -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

Loading…
Cancel
Save