Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 7f8cbc4

Browse files
committed
added travis.yml file
1 parent 67c83ee commit 7f8cbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- pip install coveralls
99

1010
script:
11-
- coverage run --source=testapp manage.py test
11+
- coverage run --source=testapp sample_project/manage.py test
1212

1313
after_success:
1414
coveralls

0 commit comments

Comments
 (0)