Skip to content

Commit f7c26c2

Browse files
committed
Fix Travis through trial and error (attempt 1).
1 parent 93bf27e commit f7c26c2

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
@@ -14,5 +14,5 @@ matrix:
1414
- python: "3.3"
1515
env: DJANGO_VERSION=1.4.8
1616
install:
17-
- pip install Django==$DJANGO_VERSION
17+
- pip install Django==$DJANGO_VERSION sqlparse
1818
script: make test

0 commit comments

Comments
 (0)