We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc2eaa commit e1ba071Copy full SHA for e1ba071
.travis.yml
@@ -16,5 +16,5 @@ matrix:
16
env: DJANGO_VERSION=1.4.10
17
install:
18
- pip install -e .
19
- - pip install Django==$DJANGO_VERSION sqlparse
+ - pip install Django==$DJANGO_VERSION sqlparse django-discover-runner
20
script: make test
0 commit comments