Skip to content

Commit 901c2f4

Browse files
committed
BNCASB-2204: Adding dependencies to circleci
1 parent 1922685 commit 901c2f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- add_ssh_keys
1414
- checkout
15+
- run:
16+
name: Install dependencies
17+
command: pip install -r development.txt
1518
- run:
1619
name: Run tests
1720
command: python -m django test --settings=eb_sqs.test_settings
@@ -21,6 +24,9 @@ jobs:
2124
steps:
2225
- add_ssh_keys
2326
- checkout
27+
- run:
28+
name: Install dependencies
29+
command: pip install -r development.txt
2430
- run:
2531
name: Run tests
2632
command: python -m django test --settings=eb_sqs.test_settings

0 commit comments

Comments
 (0)