Skip to content

Commit

Permalink
modified travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
shivakrishnab committed Sep 27, 2013
1 parent 50b3c71 commit 92d3240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
# command to run tests
script:
- python example/manage.py test blog_grids
- coverage run --source="." project/manage.py test jobs
- coverage run --source="." example/manage.py test blog_grids

after_success:
- coveralls

0 comments on commit 92d3240

Please sign in to comment.