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
b6de2660
Commit
b6de2660
authored
Nov 25, 2014
by
Tymur Maryokhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added python 3.2 to test against django master . Related to #2075.
parent
1fcb4954
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
+2
-0
tox.ini
+1
-2
No files found.
.travis.yml
View file @
b6de2660
...
...
@@ -22,6 +22,7 @@ env:
-
TOX_ENV=py26-django1.4
-
TOX_ENV=py34-djangomaster
-
TOX_ENV=py33-djangomaster
-
TOX_ENV=py32-djangomaster
-
TOX_ENV=py27-djangomaster
matrix
:
...
...
@@ -29,6 +30,7 @@ matrix:
allow_failures
:
-
env
:
TOX_ENV=py34-djangomaster
-
env
:
TOX_ENV=py33-djangomaster
-
env
:
TOX_ENV=py32-djangomaster
-
env
:
TOX_ENV=py27-djangomaster
install
:
...
...
tox.ini
View file @
b6de2660
...
...
@@ -3,8 +3,7 @@ envlist =
py27-flake8,
{py26,py27}-django1.4,
{py26,py27,py32,py33,py34}-django{1.5,1.6},
{py27,py32,py33,py34}-django1.7,
{py27,py33,py34}-djangomaster
{py27,py32,py33,py34}-django{1.7,master}
[testenv]
commands
=
./runtests.py --fast
...
...
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