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
944a1711
Commit
944a1711
authored
Nov 06, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3606 from ryanhiebert/tox-no-basepython
Don't specify unnecessary basepython
parents
2704036a
240eb672
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
tox.ini
+0
-7
No files found.
tox.ini
View file @
944a1711
...
@@ -8,13 +8,6 @@ envlist =
...
@@ -8,13 +8,6 @@ envlist =
{py27,py34,py35}-django{19}
{py27,py34,py35}-django{19}
[testenv]
[testenv]
basepython
=
py27:
python2.7
py32:
python3.2
py33:
python3.3
py34:
python3.4
py35:
python3.5
commands
=
./runtests.py --fast {posargs} --coverage
commands
=
./runtests.py --fast {posargs} --coverage
setenv
=
setenv
=
PYTHONDONTWRITEBYTECODE
=
1
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