From c9096af89c8f01cfd7ef38f79e8ce0c81023967a Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Tue, 27 Nov 2018 17:10:13 -0500 Subject: [PATCH] testing: travis-ci update to ubuntu 16.04, add python-3.7 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ab3d162..19a9930b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ -dist: trusty -sudo: required +dist: xenial language: python python: - "2.7" - "3.4" - "3.6" -branches: - only: - - master + - "3.7" install: # Build/test dependencies - pip install -r dev-requirements.txt @@ -26,5 +23,8 @@ script: - fab test # Integration tests - fab -H localhost test:integration +branches: + only: + - master notifications: email: false