mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Added travisci
This commit is contained in:
parent
213a208a23
commit
5f1b280fa4
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO_VERSION=1.3.1
|
||||
- DJANGO_VERSION=1.4
|
||||
install:
|
||||
- pip install Django==$DJANGO_VERSION
|
||||
- pip install -e .
|
||||
script:
|
||||
- ./example/manage.py test categories
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
Loading…
Reference in a new issue