Skip to content

Commit

Permalink
BNCASB-2204: Adding dependencies to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandev committed Jan 7, 2020
1 parent 1922685 commit 901c2f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- add_ssh_keys
- checkout
- run:
name: Install dependencies
command: pip install -r development.txt
- run:
name: Run tests
command: python -m django test --settings=eb_sqs.test_settings
Expand All @@ -21,6 +24,9 @@ jobs:
steps:
- add_ssh_keys
- checkout
- run:
name: Install dependencies
command: pip install -r development.txt
- run:
name: Run tests
command: python -m django test --settings=eb_sqs.test_settings

0 comments on commit 901c2f4

Please sign in to comment.