From 94743c122b8ab7115521ac5baeaa7a4697b52583 Mon Sep 17 00:00:00 2001 From: sam bacha Date: Sat, 30 May 2020 09:41:21 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d557899..239290a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ +dist: xenial language: python -sudo: false -python: 3.3 -install: script/bootstrap -script: script/test +python: + - "3.5" +install: + - script/bootstrap +# command to run tests +script: + - script/test