From f17d2d7f90d123c8e4955dc10626b4266604ef7f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 25 Nov 2015 22:27:57 +0200 Subject: [PATCH] @circleci doesn't support matrix builds --- circle.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index a2ec6207..ccc55a3a 100644 --- a/circle.yml +++ b/circle.yml @@ -1,11 +1,6 @@ machine: python: version: 2.7 - environment: - TOX_ENV: docs - TOX_ENV: lint - TOX_ENV: py26 - TOX_ENV: py27 checkout: post: @@ -18,4 +13,4 @@ dependencies: test: override: - - tox -e $TOX_ENV + - tox -e py27