mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
add travis.yml
This commit is contained in:
parent
8a3d7a57ac
commit
9b7b73b5e8
2 changed files with 23 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
|
||||
env:
|
||||
- DJANGO=Django==1.4.16
|
||||
- DJANGO=Django==1.6.8
|
||||
- DJANGO=Django==1.7.1
|
||||
|
||||
install:
|
||||
- pip install -q $DJANGO
|
||||
|
||||
script:
|
||||
- PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test defender --settings=defender.test_settings
|
||||
|
|
@ -13,6 +13,12 @@ they want for a backend, so it is configurable.
|
|||
Version 0.1 will be very limited in features, it will only do a few things, but
|
||||
the goal is to do those things very well, and have full unit tests with docs.
|
||||
|
||||
Build status
|
||||
------------
|
||||
|
||||
[](https://travis-ci.org/kencochrane/django-defender)
|
||||
|
||||
|
||||
Goals for 0.1
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue