From a9777dcf35157c7c77b1feb68a6d999f90116ad4 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:57:00 +0530 Subject: [PATCH] Use caps PWD --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fdf20a7..864883d 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/$pwd/test_result.xml + - tox -- --junitxml=$CIRCLE_TEST_REPORTS/$PWD/test_result.xml