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
f22ed49c
Commit
f22ed49c
authored
Apr 17, 2014
by
Xavier Ordoquy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded to pytest-django 2.6.1
parent
1797a74e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
+16
-17
.travis.yml
+1
-1
conftest.py
+0
-4
tox.ini
+15
-12
No files found.
.travis.yml
View file @
f22ed49c
...
@@ -16,7 +16,7 @@ env:
...
@@ -16,7 +16,7 @@ env:
install
:
install
:
-
pip install $DJANGO
-
pip install $DJANGO
-
pip install defusedxml==0.3 Pillow==2.3.0
-
pip install defusedxml==0.3 Pillow==2.3.0
-
pip install pytest-django==2.6
-
pip install pytest-django==2.6
.1
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
oauth2==1.5.211;
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.2.4;
fi"
-
"
if
[[
${TRAVIS_PYTHON_VERSION::1}
!=
'3'
]];
then
pip
install
django-oauth-plus==2.2.4;
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-oauth2-provider==0.2.4;
fi"
...
...
conftest.py
View file @
f22ed49c
...
@@ -79,7 +79,3 @@ def pytest_configure():
...
@@ -79,7 +79,3 @@ def pytest_configure():
settings
.
INSTALLED_APPS
+=
(
settings
.
INSTALLED_APPS
+=
(
'guardian'
,
'guardian'
,
)
)
# Force Django to load all models
from
django.db.models
import
get_models
get_models
()
tox.ini
View file @
f22ed49c
...
@@ -11,6 +11,7 @@ deps = https://www.djangoproject.com/download/1.7b1/tarball/
...
@@ -11,6 +11,7 @@ deps = https://www.djangoproject.com/download/1.7b1/tarball/
django-filter
=
=0.7
django-filter
=
=0.7
defusedxml
=
=0.3
defusedxml
=
=0.3
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6.1
[testenv:py3.2-django1.7]
[testenv:py3.2-django1.7]
basepython
=
python3.2
basepython
=
python3.2
...
@@ -18,6 +19,7 @@ deps = https://www.djangoproject.com/download/1.7b1/tarball/
...
@@ -18,6 +19,7 @@ deps = https://www.djangoproject.com/download/1.7b1/tarball/
django-filter
=
=0.7
django-filter
=
=0.7
defusedxml
=
=0.3
defusedxml
=
=0.3
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6.1
[testenv:py2.7-django1.7]
[testenv:py2.7-django1.7]
basepython
=
python2.7
basepython
=
python2.7
...
@@ -29,6 +31,7 @@ deps = https://www.djangoproject.com/download/1.7b1/tarball/
...
@@ -29,6 +31,7 @@ deps = https://www.djangoproject.com/download/1.7b1/tarball/
django-oauth2-provider
=
=0.2.4
django-oauth2-provider
=
=0.2.4
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6.1
[testenv:py3.3-django1.6]
[testenv:py3.3-django1.6]
basepython
=
python3.3
basepython
=
python3.3
...
@@ -36,7 +39,7 @@ deps = Django==1.6
...
@@ -36,7 +39,7 @@ deps = Django==1.6
django-filter
=
=0.7
django-filter
=
=0.7
defusedxml
=
=0.3
defusedxml
=
=0.3
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py3.2-django1.6]
[testenv:py3.2-django1.6]
basepython
=
python3.2
basepython
=
python3.2
...
@@ -44,7 +47,7 @@ deps = Django==1.6
...
@@ -44,7 +47,7 @@ deps = Django==1.6
django-filter
=
=0.7
django-filter
=
=0.7
defusedxml
=
=0.3
defusedxml
=
=0.3
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.7-django1.6]
[testenv:py2.7-django1.6]
basepython
=
python2.7
basepython
=
python2.7
...
@@ -56,7 +59,7 @@ deps = Django==1.6
...
@@ -56,7 +59,7 @@ deps = Django==1.6
django-oauth2-provider
=
=0.2.4
django-oauth2-provider
=
=0.2.4
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.6-django1.6]
[testenv:py2.6-django1.6]
basepython
=
python2.6
basepython
=
python2.6
...
@@ -68,7 +71,7 @@ deps = Django==1.6
...
@@ -68,7 +71,7 @@ deps = Django==1.6
django-oauth2-provider
=
=0.2.4
django-oauth2-provider
=
=0.2.4
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py3.3-django1.5]
[testenv:py3.3-django1.5]
basepython
=
python3.3
basepython
=
python3.3
...
@@ -76,7 +79,7 @@ deps = django==1.5.5
...
@@ -76,7 +79,7 @@ deps = django==1.5.5
django-filter
=
=0.7
django-filter
=
=0.7
defusedxml
=
=0.3
defusedxml
=
=0.3
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py3.2-django1.5]
[testenv:py3.2-django1.5]
basepython
=
python3.2
basepython
=
python3.2
...
@@ -84,7 +87,7 @@ deps = django==1.5.5
...
@@ -84,7 +87,7 @@ deps = django==1.5.5
django-filter
=
=0.7
django-filter
=
=0.7
defusedxml
=
=0.3
defusedxml
=
=0.3
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.7-django1.5]
[testenv:py2.7-django1.5]
basepython
=
python2.7
basepython
=
python2.7
...
@@ -96,7 +99,7 @@ deps = django==1.5.5
...
@@ -96,7 +99,7 @@ deps = django==1.5.5
django-oauth2-provider
=
=0.2.3
django-oauth2-provider
=
=0.2.3
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.6-django1.5]
[testenv:py2.6-django1.5]
basepython
=
python2.6
basepython
=
python2.6
...
@@ -108,7 +111,7 @@ deps = django==1.5.5
...
@@ -108,7 +111,7 @@ deps = django==1.5.5
django-oauth2-provider
=
=0.2.3
django-oauth2-provider
=
=0.2.3
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.7-django1.4]
[testenv:py2.7-django1.4]
basepython
=
python2.7
basepython
=
python2.7
...
@@ -120,7 +123,7 @@ deps = django==1.4.10
...
@@ -120,7 +123,7 @@ deps = django==1.4.10
django-oauth2-provider
=
=0.2.3
django-oauth2-provider
=
=0.2.3
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.6-django1.4]
[testenv:py2.6-django1.4]
basepython
=
python2.6
basepython
=
python2.6
...
@@ -132,7 +135,7 @@ deps = django==1.4.10
...
@@ -132,7 +135,7 @@ deps = django==1.4.10
django-oauth2-provider
=
=0.2.3
django-oauth2-provider
=
=0.2.3
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.7-django1.3]
[testenv:py2.7-django1.3]
basepython
=
python2.7
basepython
=
python2.7
...
@@ -144,7 +147,7 @@ deps = django==1.3.5
...
@@ -144,7 +147,7 @@ deps = django==1.3.5
django-oauth2-provider
=
=0.2.3
django-oauth2-provider
=
=0.2.3
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
[testenv:py2.6-django1.3]
[testenv:py2.6-django1.3]
basepython
=
python2.6
basepython
=
python2.6
...
@@ -156,4 +159,4 @@ deps = django==1.3.5
...
@@ -156,4 +159,4 @@ deps = django==1.3.5
django-oauth2-provider
=
=0.2.3
django-oauth2-provider
=
=0.2.3
django-guardian
=
=1.1.1
django-guardian
=
=1.1.1
Pillow
=
=2.3.0
Pillow
=
=2.3.0
pytest-django
=
=2.6
pytest-django
=
=2.6
.1
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