mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add Travis CI support
This commit is contained in:
parent
0bf829f296
commit
5f7fdc5a1d
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
env:
|
||||
- DJANGO_VERSION=1.5
|
||||
- DJANGO_VERSION=1.7
|
||||
- DJANGO_VERSION=1.8
|
||||
install: "pip install Django==$DJANGO_VERSION"
|
||||
script: "python src/manage.py test testapp.tests
|
||||
Loading…
Reference in a new issue