Skip to content

Commit c5e6a85

Browse files
committed
Can't provide version-dependent requirements on Travis.
1 parent 2e55200 commit c5e6a85

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 line_profiler==1.0b3 sqlparse
19+
- pip install Django==$DJANGO_VERSION sqlparse
2020
script: make test

0 commit comments

Comments
 (0)