Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Fixed unittest command syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Orchard committed Apr 7, 2019
1 parent 48c36c6 commit 3ac18fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
. venv/bin/activate
export api_token=${api_token}
echo $api_token
python3 -m unittest discover -v
python3 -m unittest discover -v -t .
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 3ac18fa

Please sign in to comment.