From 0aab633db9c111c069913456d6ff1459f34f8713 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Jun 2018 15:32:18 -0400 Subject: [PATCH] do the right thing --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 033f850b3..6266ec8f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,7 @@ jobs: # if the working directory is not readable. working_directory: "/tmp" command: | - /tmp/project/.circleci/setup-virtualenv.sh + /tmp/project/.circleci/run-tests.sh - store_artifacts: &STORE_TEST_LOG # Despite passing --workdir /tmp to tox above, it still runs trial @@ -234,7 +234,7 @@ jobs: - run: <<: *RUN_TESTS command: | - sudo /tmp/project/.circleci/setup-virtualenv.sh + sudo /tmp/project/.circleci/run-tests.sh - store_artifacts: *STORE_TEST_LOG - store_artifacts: *STORE_OTHER_ARTIFACTS