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
7455f092
Commit
7455f092
authored
Feb 13, 2012
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add more tests env
parent
5e6a6739
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
86 additions
and
7 deletions
+86
-7
tox.ini
+86
-7
No files found.
tox.ini
View file @
7455f092
[tox]
[tox]
envlist
=
py25,py26,py27,pypy,docs
envlist
=
downloadcache
=
.tox/_download/
py25-1.2.X, py26-1.2.X, py27-1.2.X,
py25-1.3.X,
py26-1.3.X,
py27-1.3.X,
py25,
py26,
py27,
pypy,
docs
[testenv]
[testenv]
downloadcache
=
{toxworkdir}/_download/
setenv
=
setenv
=
DJANGO_SETTINGS_MODULE
=
tests.settings
PYTHONPATH
=
{toxinidir}
PYTHONPATH
=
{toxinidir}
commands
=
commands
=
{envbindir}/django-admin.py
test
{posargs:tests}
--settings
=
tests.settings
{envbindir}/django-admin.py
test
{posargs:tests}
[testenv:py25-1.2.X]
basepython
=
python2.5
deps
=
Django
=
=1.2.4
mock
django-staticfiles
unittest2
[testenv:py26-1.2.X]
basepython
=
python2.6
deps
=
Django
=
=1.2.4
mock
django-staticfiles
unittest2
[testenv:py27-1.2.X]
basepython
=
python2.7
deps
=
Django
=
=1.2.4
mock
django-staticfiles
unittest2
[testenv:py25-1.3.X]
basepython
=
python2.5
deps
=
deps
=
Django
=
=1.3.1
Django
=
=1.3.1
mock>=0.7.2
mock
django-staticfiles
=
=1.1.2
django-staticfiles
unittest2
=
=0.5.1
unittest2
[testenv:py26-1.3.X]
basepython
=
python2.6
deps
=
Django
=
=1.3.1
mock
django-staticfiles
unittest2
[testenv:py27-1.3.X]
basepython
=
python2.7
deps
=
Django
=
=1.3.1
mock
django-staticfiles
unittest2
[testenv:py25]
basepython
=
python2.5
deps
=
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:py26]
basepython
=
python2.6
deps
=
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:py27]
basepython
=
python2.7
deps
=
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:pypy]
basepython
=
pypy
deps
=
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:docs]
[testenv:docs]
basepython
=
python
basepython
=
python2.7
changedir
=
docs
changedir
=
docs
deps
=
sphinx
deps
=
sphinx
commands
=
commands
=
...
...
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