Skip to content

Commit

Permalink
--source=django_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Aug 11, 2015
1 parent ae48351 commit 95c72b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -20,11 +20,10 @@ env:
install:
- pip install --upgrade pip
- pip install . --no-deps
- pip install Django==$DJANGO.\*
- pip install coveralls
- pip install Django==$DJANGO.\* coveralls

script:
- coverage run ./setup.py test --verbosity=2
- coverage run --source=django_tools ./setup.py test --verbosity=2

after_success:
coveralls
Expand Down

0 comments on commit 95c72b8

Please sign in to comment.