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 language: python
services: services:
- redis - redis
python: matrix:
- "2.7" include:
- "3.4" - python: "2.7"
- "3.5" - python: "3.4"
- "3.6" - python: "3.5"
- "3.7-dev" - python: "3.6"
- "pypy" - python: "3.7"
dist: xenial
- python: 3.8-dev
dist: xenial
- python: "pypy"
install: install:
- pip install -e . - pip install -e .
- pip install pytest-cov sentry-sdk codecov - pip install pytest-cov sentry-sdk codecov

Loading…
Cancel
Save