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
54be5690
authored
Aug 09, 2014
by
Florian Apolloner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added python 3.4 to tox and fixed Django 1.7 deps.
parent
f0bf6258
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
7 deletions
+30
-7
.travis.yml
+11
-6
tox.ini
+19
-1
No files found.
.travis.yml
View file @
54be5690
language
:
python
env
:
-
TOXENV=py26-1.4.x
-
TOXENV=py26-1.5.x
-
TOXENV=py26-1.6.x
-
TOXENV=py27-1.4.x
-
TOXENV=py27-1.5.x
-
TOXENV=py27-1.6.x
-
TOXENV=py27-1.7.x
-
TOXENV=py33-1.4.x
-
TOXENV=py33-1.5.x
-
TOXENV=py27-1.6.x
-
TOXENV=py33-1.6.x
-
TOXENV=py26-1.6.x
-
TOXENV=py27-1.5.x
-
TOXENV=py27-1.4.x
-
TOXENV=py33-1.7.x
-
TOXENV=py26-1.4.x
-
TOXENV=py26-1.5.x
-
TOXENV=py34-1.4.x
-
TOXENV=py34-1.5.x
-
TOXENV=py34-1.6.x
-
TOXENV=py34-1.7.x
install
:
-
pip install tox
script
:
...
...
tox.ini
View file @
54be5690
...
...
@@ -10,7 +10,7 @@ deps15 =
deps16
=
https://github.com/django/django/archive/stable/1.6.x.zip
#egg=django
deps17
=
https://github.com/django/django/archive/
master
.zip
#egg=django
https://github.com/django/django/archive/
stable/1.7.x
.zip
#egg=django
commands
=
python
./runtests.py
...
...
@@ -75,3 +75,21 @@ basepython = python3.3
deps
=
{
[testenv]
deps}
{
[testenv]
deps17}
[testenv:py34-1.5.x]
basepython
=
python3.4
deps
=
{
[testenv]
deps}
{
[testenv]
deps15}
[testenv:py34-1.6.x]
basepython
=
python3.4
deps
=
{
[testenv]
deps}
{
[testenv]
deps16}
[testenv:py34-1.7.x]
basepython
=
python3.4
deps
=
{
[testenv]
deps}
{
[testenv]
deps17}
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