From 05f80ab3a7974368ee3622d8e162c6b29fc595fd Mon Sep 17 00:00:00 2001 From: Matthew Wakefield Date: Thu, 2 Aug 2018 11:45:37 +1000 Subject: [PATCH] test with python 3.7 and 3.8dev --- .travis.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd9cdc7..0df8e52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,14 @@ language: python -python: - - "3.3" - - "3.4" - - "3.5" - - "3.6" - #- "nightly" # 3.6-dev currently dependency for coverage failing - - "pypy3" +matrix: + include: + - python: "3.3" + - python: "3.4" + - python: "3.5" + - python: "3.6" + - python: "3.7" + allow_failures: + - python: "3.8-dev" + - python: "pypy3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip3 install .