Skip to content

Commit d8756cd

Browse files
committed
Do not append coverage in Travis builds
1 parent 65cfac4 commit d8756cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- pip install -U coverage codecov $DJANGO
1717
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
1818

19-
script: coverage run -a setup.py test
19+
script: coverage run setup.py test
2020

2121
matrix:
2222
exclude:

0 commit comments

Comments
 (0)