Skip to content

Commit d30f48f

Browse files
authored
Update config.yml
1 parent 49c6e03 commit d30f48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
name: run tests
4949
command: |
5050
. venv/bin/activate
51-
python manage.py test
51+
python setup.py test
5252
5353
- store_artifacts:
5454
path: test-reports
55-
destination: test-reports
55+
destination: test-reports

0 commit comments

Comments
 (0)