Skip to content

Commit

Permalink
fixed name of package to messure coverage on
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Brummermann committed Mar 20, 2017
1 parent cd927c2 commit a0ad29f
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 @@ -9,7 +9,7 @@ before_script:
- mv postsai/backend .
- export PYTHONPATH=$PYTHONPATH:$(pwd)
- echo "#!/usr/bin/python" > config.py
script: nosetests -v --with-coverage --cover-branch --cover-erase --cover-package api_test.py
script: nosetests -v --with-coverage --cover-branch --cover-erase --cover-package permissions
after_success:
- codecov

Expand Down

0 comments on commit a0ad29f

Please sign in to comment.