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
06f22a37
authored
Mar 23, 2013
by
Christopher Grebs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update travis config to test py3k and django master
parent
102c62ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
.travis.yml
+13
-2
No files found.
.travis.yml
View file @
06f22a37
...
...
@@ -3,17 +3,28 @@ 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.5 --use-mirrors
-
DJANGO=django==1.4.5 --use-mirrors
-
DJANGO=django==1.3.7 --use-mirrors
install
:
-
pip install $DJANGO
-
pip install -r requirements/travis-ci.txt --use-mirrors
script
:
-
python setup.py test
-
coverage run --source django_taggit runtests.py
-
coverage report
notifications
:
email
:
false
matrix
:
exclude
:
-
python
:
"
3.2"
env
:
DJANGO=django==1.4.5 --use-mirrors
-
python
:
"
3.3"
env
:
DJANGO=django==1.4.5 --use-mirrors
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