From 5ee4c295172698917f88feda463482a2efb80c31 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 20 Jul 2019 22:50:26 -0400 Subject: [PATCH] Update versions to test against for Travis --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index b6a52be..f387bd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,20 @@ +dist: xenial language: python python: - 2.7 - 3.4 - 3.5 - 3.6 + - 3.7 + - 3.8-dev + - nightly + +matrix: + fast_finish: true + allow_failures: + - python: 3.8-dev + - python: nightly + script: make test install: - pip install nose