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
796baab8
Commit
796baab8
authored
Sep 21, 2015
by
Carlton Gibson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Pythons 3.2, 3.3 for Django `master`
No longer supported
parent
a3067bea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
.travis.yml
+0
-4
tox.ini
+2
-1
No files found.
.travis.yml
View file @
796baab8
...
...
@@ -24,16 +24,12 @@ env:
-
TOX_ENV=py27-django15
-
TOX_ENV=py26-django15
-
TOX_ENV=py27-djangomaster
-
TOX_ENV=py32-djangomaster
-
TOX_ENV=py33-djangomaster
-
TOX_ENV=py34-djangomaster
matrix
:
fast_finish
:
true
allow_failures
:
-
env
:
TOX_ENV=py27-djangomaster
-
env
:
TOX_ENV=py32-djangomaster
-
env
:
TOX_ENV=py33-djangomaster
-
env
:
TOX_ENV=py34-djangomaster
install
:
...
...
tox.ini
View file @
796baab8
...
...
@@ -5,7 +5,8 @@ addopts=--tb=short
envlist
=
py27-{lint,docs},
{py26,py27,py32,py33,py34}-django{15,16},
{py27,py32,py33,py34}-django{17,18,master}
{py27,py32,py33,py34}-django{17,18},
{py27,py34}-django{master}
[testenv]
commands
=
./runtests.py --fast {posargs} --coverage
...
...
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