From e627a6ebdd92599374b531d6ecd9aeaa5b1c1e2e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 May 2015 12:30:55 +0300 Subject: [PATCH] Fix environment --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index b00ae634..fa03dd65 100644 --- a/circle.yml +++ b/circle.yml @@ -2,10 +2,10 @@ machine: python: version: 2.7 environment: - - TOX_ENV=docs - - TOX_ENV=lint - - TOX_ENV=py26 - - TOX_ENV=py27 + TOX_ENV: docs + TOX_ENV: lint + TOX_ENV: py26 + TOX_ENV: py27 dependencies: pre: