From 272ebeae735aee8540cd61f65bcdcb1538e681d9 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:42:08 +0530 Subject: [PATCH] Use correct tox str format --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a755e9f..cc03c24 100644 --- a/circle.yml +++ b/circle.yml @@ -14,4 +14,4 @@ test: - pyenv versions - pyenv global 2.7.10 3.3.3 3.4.3 3.5.0 pypy-2.5.0 override: - - tox -- --junitxml=$CIRCLE_TEST_REPORTS/$envname/test_result.xml + - tox -- --junitxml=$CIRCLE_TEST_REPORTS/{envname}/test_result.xml