Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Dec 4, 2015
1 parent 5052020 commit 09efefe
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 @@ -20,7 +20,7 @@ install:
- pip install pymongo==$PYMONGO_VERSION
# command to run tests
#script: coverage run --source=./ manage.py test
script: manage.py test
script: python manage.py test
after_success:
- coverage report
- coveralls

0 comments on commit 09efefe

Please sign in to comment.