Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-taggit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
289ef29f
authored
Dec 18, 2010
by
Alex Gaynor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to use python 2.4 when running tests wiht tox.
parent
4a77efd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
tox.ini
+6
-1
No files found.
tox.ini
View file @
289ef29f
[tox]
envlist
=
py2
5,
py26,
py27,
pypy
,
py25-trunk,
py26-trunk,
py27-trunk,
pypy-trunk,
docs
py2
4,
py25,
py26,
py27,
pypy,
py24-trunk
,
py25-trunk,
py26-trunk,
py27-trunk,
pypy-trunk,
docs
[testenv]
commands
=
python
setup.py
test
...
...
@@ -10,6 +10,11 @@ deps =
# We lied here, these are not really trunk, but rather the 1.3 alpha-1, which
# is close enough.
[testenv:py24-trunk]
basepython
=
python2.4
deps
=
http://www.djangoproject.com/download/1.3-alpha-1/tarball/
[testenv:py25-trunk]
basepython
=
python2.5
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