try to get travis working

This commit is contained in:
Ken Cochrane 2015-01-01 11:13:10 -05:00
parent 2826db53fe
commit 9e0372e6d6
2 changed files with 3 additions and 2 deletions

View file

@ -13,11 +13,11 @@ env:
install:
- pip install -q $DJANGO
- pip install coveralls
- pip install mockredispy
- python setup.py develop
script:
- which django-admin.py
- PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender ~/virtualenv/python2.7/bin/django-admin.py test defender --settings=defender.test_settings
- PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender $(which django-admin.py) test defender --settings=defender.test_settings
- coverage report -m
after_script:

View file

@ -18,6 +18,7 @@ Build status
[![Build Status](https://travis-ci.org/kencochrane/django-defender.svg)](https://travis-ci.org/kencochrane/django-defender)
[![Coverage Status](https://img.shields.io/coveralls/kencochrane/django-defender.svg)](https://coveralls.io/r/kencochrane/django-defender)
Goals for 0.1
=============