Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
209f238f
Commit
209f238f
authored
Nov 08, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1215 from brutasse/versions
Updated versions in tox and travis config
parents
541871fe
f2ea5780
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
.travis.yml
+14
-14
tox.ini
+10
-10
No files found.
.travis.yml
View file @
209f238f
...
...
@@ -7,20 +7,20 @@ python:
-
"
3.3"
env
:
-
DJANGO="
https://www.djangoproject.com/download/1.6a1/tarball/
"
-
DJANGO="django==1.5.
1 --use-mirrors
"
-
DJANGO="django==1.4.
5 --use-mirrors
"
-
DJANGO="django==1.3.7
--use-mirrors
"
-
DJANGO="
django==1.6
"
-
DJANGO="django==1.5.
5
"
-
DJANGO="django==1.4.
10
"
-
DJANGO="django==1.3.7"
install
:
-
pip install $DJANGO
-
pip install defusedxml==0.3
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
oauth2==1.5.211
--use-mirrors
;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-oauth-plus==2.0
--use-mirrors
;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-oauth2-provider==0.2.4
--use-mirrors
;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-guardian==1.1.1
--use-mirrors
;
fi"
-
"
if
[[
${DJANGO::11}
==
'django==1.3'
]];
then
pip
install
django-filter==0.5.4
--use-mirrors
;
fi"
-
"
if
[[
${DJANGO::11}
!=
'django==1.3'
]];
then
pip
install
django-filter==0.6
--use-mirrors
;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
oauth2==1.5.211;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-oauth-plus==2.0;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-oauth2-provider==0.2.4;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-guardian==1.1.1;
fi"
-
"
if
[[
${DJANGO::11}
==
'django==1.3'
]];
then
pip
install
django-filter==0.5.4;
fi"
-
"
if
[[
${DJANGO::11}
!=
'django==1.3'
]];
then
pip
install
django-filter==0.6;
fi"
-
export PYTHONPATH=.
script
:
...
...
@@ -29,11 +29,11 @@ script:
matrix
:
exclude
:
-
python
:
"
3.2"
env
:
DJANGO="django==1.4.
5 --use-mirrors
"
env
:
DJANGO="django==1.4.
10
"
-
python
:
"
3.2"
env
:
DJANGO="django==1.3.7
--use-mirrors
"
env
:
DJANGO="django==1.3.7"
-
python
:
"
3.3"
env
:
DJANGO="django==1.4.
5 --use-mirrors
"
env
:
DJANGO="django==1.4.
10
"
-
python
:
"
3.3"
env
:
DJANGO="django==1.3.7
--use-mirrors
"
env
:
DJANGO="django==1.3.7"
tox.ini
View file @
209f238f
...
...
@@ -7,19 +7,19 @@ commands = {envpython} rest_framework/runtests/runtests.py
[testenv:py3.3-django1.6]
basepython
=
python3.3
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
deps
=
Django==1.6
django-filter
=
=0.6a1
defusedxml
=
=0.3
[testenv:py3.2-django1.6]
basepython
=
python3.2
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
deps
=
Django==1.6
django-filter
=
=0.6a1
defusedxml
=
=0.3
[testenv:py2.7-django1.6]
basepython
=
python2.7
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
deps
=
Django==1.6
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
...
...
@@ -29,7 +29,7 @@ deps = https://www.djangoproject.com/download/1.6a1/tarball/
[testenv:py2.6-django1.6]
basepython
=
python2.6
deps
=
https://www.djangoproject.com/download/1.6a1/tarball/
deps
=
Django==1.6
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
...
...
@@ -39,19 +39,19 @@ deps = https://www.djangoproject.com/download/1.6a1/tarball/
[testenv:py3.3-django1.5]
basepython
=
python3.3
deps
=
django==1.5
deps
=
django==1.5
.5
django-filter
=
=0.6a1
defusedxml
=
=0.3
[testenv:py3.2-django1.5]
basepython
=
python3.2
deps
=
django==1.5
deps
=
django==1.5
.5
django-filter
=
=0.6a1
defusedxml
=
=0.3
[testenv:py2.7-django1.5]
basepython
=
python2.7
deps
=
django==1.5
deps
=
django==1.5
.5
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
...
...
@@ -61,7 +61,7 @@ deps = django==1.5
[testenv:py2.6-django1.5]
basepython
=
python2.6
deps
=
django==1.5
deps
=
django==1.5
.5
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
...
...
@@ -71,7 +71,7 @@ deps = django==1.5
[testenv:py2.7-django1.4]
basepython
=
python2.7
deps
=
django==1.4.
3
deps
=
django==1.4.
10
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
...
...
@@ -81,7 +81,7 @@ deps = django==1.4.3
[testenv:py2.6-django1.4]
basepython
=
python2.6
deps
=
django==1.4.
3
deps
=
django==1.4.
10
django-filter
=
=0.6a1
defusedxml
=
=0.3
django-oauth-plus
=
=2.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment