From 199151d8945f5c739bb0ab71c4cc79f5b4f80655 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:54:55 +0530 Subject: [PATCH] Use pwd instead of toxenv --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f26d788..fdf20a7 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/$TOXENV/test_result.xml + - tox -- --junitxml=$CIRCLE_TEST_REPORTS/$pwd/test_result.xml