From 7a38857bcd3083af667df29f610c47a8706982a4 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 20 Jan 2017 08:32:52 -0800 Subject: [PATCH] Add Python versions to Travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee21e75b..08470509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: python sudo: false python: - - 3.6-dev + - 3.7-dev + - 3.6 - 3.5 - 3.4 - 3.3 @@ -18,5 +19,5 @@ after_success: - codecov matrix: include: - - python: 3.5 + - python: 3.6 env: JUPYTERHUB_TEST_SUBDOMAIN_HOST=http://127.0.0.1.xip.io:8000