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
b3956bc5
Commit
b3956bc5
authored
Feb 26, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade testing env name to django18beta
parent
e7242821
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
+4
-4
tox.ini
+2
-2
No files found.
.travis.yml
View file @
b3956bc5
...
@@ -21,10 +21,10 @@ env:
...
@@ -21,10 +21,10 @@ env:
-
TOX_ENV=py26-django15
-
TOX_ENV=py26-django15
-
TOX_ENV=py27-django14
-
TOX_ENV=py27-django14
-
TOX_ENV=py26-django14
-
TOX_ENV=py26-django14
-
TOX_ENV=py34-django18
alph
a
-
TOX_ENV=py34-django18
bet
a
-
TOX_ENV=py33-django18
alph
a
-
TOX_ENV=py33-django18
bet
a
-
TOX_ENV=py32-django18
alph
a
-
TOX_ENV=py32-django18
bet
a
-
TOX_ENV=py27-django18
alph
a
-
TOX_ENV=py27-django18
bet
a
install
:
install
:
-
pip install tox
-
pip install tox
...
...
tox.ini
View file @
b3956bc5
...
@@ -3,7 +3,7 @@ envlist =
...
@@ -3,7 +3,7 @@ envlist =
py27-{flake8,docs},
py27-{flake8,docs},
{py26,py27}-django14,
{py26,py27}-django14,
{py26,py27,py32,py33,py34}-django{15,16},
{py26,py27,py32,py33,py34}-django{15,16},
{py27,py32,py33,py34}-django{17,18
alph
a}
{py27,py32,py33,py34}-django{17,18
bet
a}
[testenv]
[testenv]
commands
=
./runtests.py --fast
commands
=
./runtests.py --fast
...
@@ -14,7 +14,7 @@ deps =
...
@@ -14,7 +14,7 @@ deps =
django15:
Django
=
=1.5.6 # Should track minimum supported
django15:
Django
=
=1.5.6 # Should track minimum supported
django16:
Django
=
=1.6.3 # Should track minimum supported
django16:
Django
=
=1.6.3 # Should track minimum supported
django17:
Django
=
=1.7.2 # Should track maximum supported
django17:
Django
=
=1.7.2 # Should track maximum supported
django18
alph
a:
https://www.djangoproject.com/download/1.8b1/tarball/
django18
bet
a:
https://www.djangoproject.com/download/1.8b1/tarball/
-rrequirements/requirements-testing.txt
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
-rrequirements/requirements-optionals.txt
...
...
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