From c9ea1febac637d40743fe2310f2faa13f4b30abe Mon Sep 17 00:00:00 2001 From: mjaworski Date: Mon, 29 Aug 2016 16:35:09 +0200 Subject: [PATCH] chore: this packaging changes are effing ridiculous --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 552a33d..82aff87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - 3.5 -install: pip install tox --use-mirrors +install: pip install tox env: - TOX_ENV=py26 - TOX_ENV=py27