Skip to content

Commit e1ba071

Browse files
committed
Added django-discover-runner to travis config, too.
1 parent 6bc2eaa commit e1ba071

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,5 +16,5 @@ matrix:
1616
env: DJANGO_VERSION=1.4.10
1717
install:
1818
- pip install -e .
19-
- pip install Django==$DJANGO_VERSION sqlparse
19+
- pip install Django==$DJANGO_VERSION sqlparse django-discover-runner
2020
script: make test

0 commit comments

Comments
 (0)