Skip to content

Commit

Permalink
Add install of dev-dependencies on circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leportella committed Dec 5, 2018
1 parent 0297322 commit 71f8974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jobs:
command: |
sudo pip install flake8
flake8 .
- run:
name: Installing dev-dependencies
command: sudo pip install -r dev-requirements.txt

0 comments on commit 71f8974

Please sign in to comment.