From 716ad98f9751358f26eb51e69bdb3f77de21087c Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 22 Jun 2019 14:16:09 -0700 Subject: [PATCH] update python version for ci --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a195a7c..37fb379b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ +dist: xenial # required for Python >= 3.7 language: python python: - - "2.7" - - "3.3" - - "3.4" + - "3.7" install: - "pip install -e ." - "pip install -q behave"