Skip to content

Commit fa752eb

Browse files
committed
Get Django 1.8 from PyPI
1 parent 0082247 commit fa752eb

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ install:
4040
- diff tox.ini tox.ini.bak && return 1 || true
4141

4242
- pip install tox
43-
script: tox -e $TESTENV
43+
script: tox -e $TESTENV

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def is_pypy(self):
3737
'1.5': 'Django>=1.5,<1.6',
3838
'1.6': 'Django>=1.6,<1.7',
3939
'1.7': 'Django>=1.7,<1.8',
40-
'1.8': 'https://github.com/django/django/archive/stable/1.8.x.tar.gz',
40+
'1.8': 'Django>=1.8,<1.9',
4141
'master': 'https://github.com/django/django/archive/master.tar.gz',
4242
}
4343

tox.ini

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ basepython = pypy
233233
deps =
234234
pytest==2.7.0
235235
pytest-xdist==1.12
236-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
236+
Django>=1.8,<1.9
237237
django-configurations==0.8
238238
south==1.0.2
239239
setenv =
@@ -248,7 +248,7 @@ basepython = pypy
248248
deps =
249249
pytest==2.7.0
250250
pytest-xdist==1.12
251-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
251+
Django>=1.8,<1.9
252252
django-configurations==0.8
253253
south==1.0.2
254254
setenv =
@@ -377,7 +377,7 @@ basepython = pypy3
377377
deps =
378378
pytest==2.7.0
379379
pytest-xdist==1.12
380-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
380+
Django>=1.8,<1.9
381381
django-configurations==0.8
382382
setenv =
383383
PYTHONPATH = {toxinidir}
@@ -391,7 +391,7 @@ basepython = pypy3
391391
deps =
392392
pytest==2.7.0
393393
pytest-xdist==1.12
394-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
394+
Django>=1.8,<1.9
395395
django-configurations==0.8
396396
setenv =
397397
PYTHONPATH = {toxinidir}
@@ -1135,7 +1135,7 @@ basepython = python2.7
11351135
deps =
11361136
pytest==2.7.0
11371137
pytest-xdist==1.12
1138-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1138+
Django>=1.8,<1.9
11391139
django-configurations==0.8
11401140
south==1.0.2
11411141
mysql-python==1.2.5
@@ -1152,7 +1152,7 @@ basepython = python2.7
11521152
deps =
11531153
pytest==2.7.0
11541154
pytest-xdist==1.12
1155-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1155+
Django>=1.8,<1.9
11561156
django-configurations==0.8
11571157
south==1.0.2
11581158
mysql-python==1.2.5
@@ -1169,7 +1169,7 @@ basepython = python2.7
11691169
deps =
11701170
pytest==2.7.0
11711171
pytest-xdist==1.12
1172-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1172+
Django>=1.8,<1.9
11731173
django-configurations==0.8
11741174
south==1.0.2
11751175
psycopg2==2.5.2
@@ -1185,7 +1185,7 @@ basepython = python2.7
11851185
deps =
11861186
pytest==2.7.0
11871187
pytest-xdist==1.12
1188-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1188+
Django>=1.8,<1.9
11891189
django-configurations==0.8
11901190
south==1.0.2
11911191
setenv =
@@ -1200,7 +1200,7 @@ basepython = python2.7
12001200
deps =
12011201
pytest==2.7.0
12021202
pytest-xdist==1.12
1203-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1203+
Django>=1.8,<1.9
12041204
django-configurations==0.8
12051205
south==1.0.2
12061206
setenv =
@@ -1605,7 +1605,7 @@ basepython = python3.4
16051605
deps =
16061606
pytest==2.7.0
16071607
pytest-xdist==1.12
1608-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1608+
Django>=1.8,<1.9
16091609
django-configurations==0.8
16101610
psycopg2==2.5.2
16111611
setenv =
@@ -1620,7 +1620,7 @@ basepython = python3.4
16201620
deps =
16211621
pytest==2.7.0
16221622
pytest-xdist==1.12
1623-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1623+
Django>=1.8,<1.9
16241624
django-configurations==0.8
16251625
setenv =
16261626
PYTHONPATH = {toxinidir}
@@ -1634,7 +1634,7 @@ basepython = python3.4
16341634
deps =
16351635
pytest==2.7.0
16361636
pytest-xdist==1.12
1637-
https://github.com/django/django/archive/stable/1.8.x.tar.gz
1637+
Django>=1.8,<1.9
16381638
django-configurations==0.8
16391639
setenv =
16401640
PYTHONPATH = {toxinidir}

0 commit comments

Comments
 (0)