Skip to content

Commit 2e55200

Browse files
committed
Patched the wrong file.
1 parent f4b8154 commit 2e55200

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@ whitelist_externals = make
2525
basepython = python2.6
2626
deps =
2727
Django>=1.4,<1.5
28-
line_profiler==1.0b3
28+
line_profiler
2929
{[testenv]deps}
3030

3131
[testenv:py27-django14]
3232
basepython = python2.7
3333
deps =
3434
Django>=1.4,<1.5
35-
line_profiler==1.0b3
35+
line_profiler
3636
{[testenv]deps}
3737

3838
[testenv:py26-django15]
3939
basepython = python2.6
4040
deps =
4141
Django>=1.5,<1.6
42-
line_profiler==1.0b3
42+
line_profiler
4343
{[testenv]deps}
4444

4545
[testenv:py27-django15]
4646
basepython = python2.7
4747
deps =
4848
Django>=1.5,<1.6
49-
line_profiler==1.0b3
49+
line_profiler
5050
{[testenv]deps}
5151

5252
[testenv:py32-django15]
@@ -65,14 +65,14 @@ deps =
6565
basepython = python2.6
6666
deps =
6767
Django>=1.6,<1.7
68-
line_profiler==1.0b3
68+
line_profiler
6969
{[testenv]deps}
7070

7171
[testenv:py27-django16]
7272
basepython = python2.7
7373
deps =
7474
Django>=1.6,<1.7
75-
line_profiler==1.0b3
75+
line_profiler
7676
{[testenv]deps}
7777

7878
[testenv:py32-django16]

0 commit comments

Comments
 (0)