Skip to content

Commit

Permalink
Add install of NativeAuth on CircleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
leportella committed Dec 5, 2018
1 parent 5ca982c commit 02ccfec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
- checkout
- run:
name: Installing dependencies
command: sudo pip install -r dev-requirements.txt
command: |
pip install . --user
pip install -r dev-requirements.txt --user
- run:
name: Running flake8
command: flake8 .
Expand Down

0 comments on commit 02ccfec

Please sign in to comment.