Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Sep 9, 2020
1 parent d5b78a8 commit 8c87234
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 @@ -32,7 +32,7 @@ jobs:
set -e
virtualenv .venv
source .venv/bin/activate
pip install --require-hashes -r test-requirements.txt
pip install --require-hashes -r dev-requirements.txt
sudo apt install lsof
make test && make bandit
Expand Down

0 comments on commit 8c87234

Please sign in to comment.