From 3ce02e83795732d30be62345e326f36dd235d7c9 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Tue, 17 Jul 2018 09:17:22 +0200 Subject: [PATCH 1/3] Add testing for python3.7 in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 24a2373fac..638480d924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "3.5" - "3.6" + - "3.7" install: - pip install -r requirements.txt From 925ca508792e6feabf00f6833fe08c0c8b7480ad Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Mon, 10 Sep 2018 11:14:26 +0200 Subject: [PATCH 2/3] Change to xenial distribution --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 638480d924..82611e5c4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +dist: xenial + language: python python: - "3.5" From 3995e22af73b1276f29c7c79f5ee712adbc810d9 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Thu, 13 Sep 2018 11:05:24 +0200 Subject: [PATCH 3/3] Add python 3.7-dev to python versions --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82611e5c4e..c5ebf26d4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ -dist: xenial - language: python python: - "3.5" - "3.6" - - "3.7" + - "3.7-dev" install: - pip install -r requirements.txt