From 90bbbf055e7349cdf142db55c9ed5327a022a5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Ch=C3=A2tel?= Date: Mon, 9 Jul 2018 13:57:48 +0200 Subject: [PATCH] Removing python 2.7 check from Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0aee3a..79cc3e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ group: travis_latest language: python cache: pip python: - - 2.7 + #- 2.7 - 3.6 #- nightly #- pypy