From 0edfd8e990a2d60502be1187ae6cbe0c816f629b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Sep 2017 20:17:59 -0400 Subject: [PATCH] update travis for pip-tools Signed-off-by: Kenneth Reitz --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c7dd121..b408c169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.4" - "3.5"