Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
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-wiki
Commits
606592b2
Commit
606592b2
authored
Mar 22, 2014
by
Luke Plant
Committed by
benjaoming
May 17, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added python3.3 environment to the envs to test in tox.ini
parent
2e4f15c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
tox.ini
+7
-1
No files found.
tox.ini
View file @
606592b2
[tox]
envlist
=
py27-django14, py27-django15, py27-django16
envlist
=
py27-django14, py27-django15, py27-django16
, py33-django16
[testenv]
commands
=
./runtests.py
...
...
@@ -32,3 +32,9 @@ basepython = python2.7
deps
=
Django
=
=1.6.1
{
[testenv]
deps}
[testenv:py33-django16]
basepython
=
python3.3
deps
=
Django
=
=1.6.1
{
[testenv]
deps}
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