Skip to content

Commit 1adff89

Browse files
gkorlandswilly22
authored andcommitted
Call test in CI (#34)
1 parent 978aa96 commit 1adff89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
paths:
3535
- ./venv
3636
key: v1-dependencies-{{ checksum "requirements.txt" }}
37-
38-
# - run:
39-
# name: run tests
40-
# command: |
41-
# . venv/bin/activate
42-
# python manage.py test
4337

38+
- run:
39+
name: run tests
40+
command: |
41+
. venv/bin/activate
42+
python test.py
43+
4444
# - store_artifacts:
4545
# path: test-reports
4646
# destination: test-reports

0 commit comments

Comments
 (0)