From 1fe34f3af69573eb7cc9da1c6febb8468d0d1ebe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:05:45 -0400 Subject: [PATCH] 3.6 Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d46095d..e48303c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.5" + - "3.6" # command to install dependencies install: "pip install pipenv --upgrade" # command to run tests