From e059d3a9bd722e93d565e74d89a345af7c8a578b Mon Sep 17 00:00:00 2001 From: Jenny Danzmayr Date: Thu, 29 Nov 2018 17:51:12 +0100 Subject: [PATCH] added python 3.6 back to travis config --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70ac3e6f..64fc0e48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,12 @@ language: python cache: pip -matrix: - include: - - python: "3.7" - dist: xenial - sudo: required +dist: xenial +sudo: required + +python: + - "3.6" + - "3.7" install: - pip install --upgrade setuptools pip