Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bufke committed Aug 22, 2015
1 parent 47830ac commit 34381df
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 @@ -7,7 +7,7 @@ install:
- pip install -q -e . --use-mirrors
- pip install coveralls
# command to run tests
script: python manage.py test
script:
- coverage run --source=massadmin manage.py test
after_success:
coveralls
Expand Down

0 comments on commit 34381df

Please sign in to comment.