Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
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
OpenEdx
django-pipeline
Commits
81525dcc
Commit
81525dcc
authored
Jul 21, 2013
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing against Django 1.5 and 1.6
parent
5bf7bb61
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
tox.ini
+17
-11
No files found.
tox.ini
View file @
81525dcc
[tox]
[tox]
envlist
=
envlist
=
py26-1.
4.X,
py27-1.4.X,
pypy-1.4
.X,
py26-1.
5.X,
py27-1.5.X,
pypy-1.5
.X,
py26,
py27,
pypy,
py33,
docs
py26,
py27,
pypy,
py33,
docs
[testenv]
[testenv]
...
@@ -11,37 +11,43 @@ setenv =
...
@@ -11,37 +11,43 @@ setenv =
commands
=
commands
=
{envbindir}/django-admin.py
test
{posargs:tests}
{envbindir}/django-admin.py
test
{posargs:tests}
[testenv:py26-1.
4
.X]
[testenv:py26-1.
5
.X]
basepython
=
python2.6
basepython
=
python2.6
deps
=
deps
=
Django
=
=1.
4.2
Django
=
=1.
5.1
mock
mock
unittest2
unittest2
jinja2
jinja2
futures
futures
[testenv:py27-1.
4
.X]
[testenv:py27-1.
5
.X]
basepython
=
python2.7
basepython
=
python2.7
deps
=
deps
=
Django
=
=1.
4.2
Django
=
=1.
5.1
mock
mock
unittest2
unittest2
jinja2
jinja2
futures
futures
[testenv:pypy-1.
4
.X]
[testenv:pypy-1.
5
.X]
basepython
=
pypy
basepython
=
pypy
deps
=
deps
=
Django
=
=1.
4.2
Django
=
=1.
5.1
mock
mock
unittest2
unittest2
jinja2
jinja2
futures
futures
[testenv:py33-1.5.X]
basepython
=
python3.3
deps
=
jinja2
Django
=
=1.5.1
[testenv:py26]
[testenv:py26]
basepython
=
python2.6
basepython
=
python2.6
deps
=
deps
=
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
mock
mock
unittest2
unittest2
jinja2
jinja2
...
@@ -50,7 +56,7 @@ deps =
...
@@ -50,7 +56,7 @@ deps =
[testenv:py27]
[testenv:py27]
basepython
=
python2.7
basepython
=
python2.7
deps
=
deps
=
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
mock
mock
unittest2
unittest2
jinja2
jinja2
...
@@ -59,7 +65,7 @@ deps =
...
@@ -59,7 +65,7 @@ deps =
[testenv:pypy]
[testenv:pypy]
basepython
=
pypy
basepython
=
pypy
deps
=
deps
=
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
mock
mock
unittest2
unittest2
jinja2
jinja2
...
@@ -69,7 +75,7 @@ deps =
...
@@ -69,7 +75,7 @@ deps =
basepython
=
python3.3
basepython
=
python3.3
deps
=
deps
=
jinja2
jinja2
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
[testenv:docs]
[testenv:docs]
basepython
=
python2.7
basepython
=
python2.7
...
...
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