From 4ca634a45b1c763f6a149db972db61beac5be2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Tue, 7 Aug 2018 22:54:47 +0300 Subject: [PATCH] Lint with python 3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64f36ec..02de716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ jobs: python: '3.5' env: TOXENV=docs - - python: '2.7' + python: '3.6' env: TOXENV=lint - stage: publish