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