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
Hide 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]
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
[testenv]
...
...
@@ -11,37 +11,43 @@ setenv =
commands
=
{envbindir}/django-admin.py
test
{posargs:tests}
[testenv:py26-1.
4
.X]
[testenv:py26-1.
5
.X]
basepython
=
python2.6
deps
=
Django
=
=1.
4.2
Django
=
=1.
5.1
mock
unittest2
jinja2
futures
[testenv:py27-1.
4
.X]
[testenv:py27-1.
5
.X]
basepython
=
python2.7
deps
=
Django
=
=1.
4.2
Django
=
=1.
5.1
mock
unittest2
jinja2
futures
[testenv:pypy-1.
4
.X]
[testenv:pypy-1.
5
.X]
basepython
=
pypy
deps
=
Django
=
=1.
4.2
Django
=
=1.
5.1
mock
unittest2
jinja2
futures
[testenv:py33-1.5.X]
basepython
=
python3.3
deps
=
jinja2
Django
=
=1.5.1
[testenv:py26]
basepython
=
python2.6
deps
=
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
mock
unittest2
jinja2
...
...
@@ -50,7 +56,7 @@ deps =
[testenv:py27]
basepython
=
python2.7
deps
=
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
mock
unittest2
jinja2
...
...
@@ -59,7 +65,7 @@ deps =
[testenv:pypy]
basepython
=
pypy
deps
=
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
mock
unittest2
jinja2
...
...
@@ -69,7 +75,7 @@ deps =
basepython
=
python3.3
deps
=
jinja2
Django
=
=1.5
git+git://github.com/django/django.git@stable/1.6.x
#egg=Django
[testenv:docs]
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