Skip to content

Commit f4b8154

Browse files
committed
Pff Travis.
1 parent 441ebe9 commit f4b8154

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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
28+
line_profiler==1.0b3
2929
{[testenv]deps}
3030

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

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

4545
[testenv:py27-django15]
4646
basepython = python2.7
4747
deps =
4848
Django>=1.5,<1.6
49-
line_profiler
49+
line_profiler==1.0b3
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
68+
line_profiler==1.0b3
6969
{[testenv]deps}
7070

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

7878
[testenv:py32-django16]

0 commit comments

Comments
 (0)