Skip to content

Commit c17fcbb

Browse files
committed
Merge pull request #3 from Brobin/more_testing
added more test cases for better coverage
2 parents ff88cf2 + c878486 commit c17fcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99
- DJANGO=1.8
1010
install:
1111
- pip install -q Django==$DJANGO --use-mirrors
12+
- pip install coverage
13+
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
1214
- pip install -q -e . --use-mirrors
1315
script:
1416
- python runtests.py

0 commit comments

Comments
 (0)