do the right thing

This commit is contained in:
Jean-Paul Calderone 2018-06-15 15:32:18 -04:00
parent 00fa08b7cf
commit 0aab633db9

View File

@ -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