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
d6117ab9
authored
Mar 01, 2014
by
Florian Apolloner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated travis.yml to use tox.
parent
a56e1185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
46 deletions
+12
-46
.travis.yml
+12
-28
tox.ini
+0
-18
No files found.
.travis.yml
View file @
d6117ab9
language
:
python
python
:
-
"
2.6"
-
"
2.7"
-
"
3.2"
-
"
3.3"
env
:
-
DJANGO=https://github.com/django/django/archive/master.tar.gz
-
DJANGO=django==1.6
-
DJANGO=django==1.5.5
-
DJANGO=django==1.4.10
-
TOXENV=py27-1.7.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
install
:
-
pip install $DJANGO
-
pip install -r requirements/travis-ci.txt --use-mirrors
-
pip install tox
script
:
-
coverage run --source django_taggit runtests.py
-
coverage report
-
tox
notifications
:
email
:
false
matrix
:
exclude
:
-
python
:
"
3.2"
env
:
DJANGO=django==1.4.10
-
python
:
"
3.3"
env
:
DJANGO=django==1.4.10
-
python
:
"
2.6"
env
:
DJANGO=https://github.com/django/django/archive/master.tar.gz
tox.ini
View file @
d6117ab9
...
...
@@ -58,24 +58,6 @@ deps =
{
[testenv]
deps}
{
[testenv]
deps17}
[testenv:py32-1.5.x]
basepython
=
python3.2
deps
=
{
[testenv]
deps}
{
[testenv]
deps15}
[testenv:py32-1.6.x]
basepython
=
python3.2
deps
=
{
[testenv]
deps}
{
[testenv]
deps16}
[testenv:py32-1.7.x]
basepython
=
python3.2
deps
=
{
[testenv]
deps}
{
[testenv]
deps17}
[testenv:py33-1.5.x]
basepython
=
python3.3
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