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
366dff4f
Commit
366dff4f
authored
Sep 21, 2015
by
Carlton Gibson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Python 3.5 against Django `master`
parent
796baab8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
.travis.yml
+2
-0
tox.ini
+9
-1
No files found.
.travis.yml
View file @
366dff4f
...
...
@@ -25,12 +25,14 @@ env:
-
TOX_ENV=py26-django15
-
TOX_ENV=py27-djangomaster
-
TOX_ENV=py34-djangomaster
-
TOX_ENV=py35-djangomaster
matrix
:
fast_finish
:
true
allow_failures
:
-
env
:
TOX_ENV=py27-djangomaster
-
env
:
TOX_ENV=py34-djangomaster
-
env
:
TOX_ENV=py35-djangomaster
install
:
-
pip install tox
...
...
tox.ini
View file @
366dff4f
...
...
@@ -6,9 +6,17 @@ envlist =
py27-{lint,docs},
{py26,py27,py32,py33,py34}-django{15,16},
{py27,py32,py33,py34}-django{17,18},
{py27,py34}-django{master}
{py27,py34
,py35
}-django{master}
[testenv]
basepython
=
py26:
python2.6
py27:
python2.7
py32:
python3.2
py33:
python3.3
py34:
python3.4
py35:
python3.5
commands
=
./runtests.py --fast {posargs} --coverage
setenv
=
PYTHONDONTWRITEBYTECODE
=
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