Skip to content

Commit

Permalink
circleci: install before cli-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 21, 2020
1 parent 841f574 commit 282209a
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 @@ -51,7 +51,7 @@ jobs:
# https://nose.readthedocs.io

- run: . venv/bin/activate; make test
- run: . venv/bin/activate; make cli-test
- run: . venv/bin/activate; pip install .; make cli-test

- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 282209a

Please sign in to comment.