Skip to content

Commit

Permalink
BNCASB-2204: fix a change to trigger circleci build
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandev committed Jan 7, 2020
1 parent 17ba8b3 commit 1922685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- add_ssh_keys
- checkout
- run:
name: Run test
name: Run tests
command: python -m django test --settings=eb_sqs.test_settings
test-python-2:
docker:
Expand All @@ -22,5 +22,5 @@ jobs:
- add_ssh_keys
- checkout
- run:
name: Run test
name: Run tests
command: python -m django test --settings=eb_sqs.test_settings

0 comments on commit 1922685

Please sign in to comment.