getting travis to build

This commit is contained in:
Ilan Steemers
2015-06-24 16:49:42 +02:00
parent 9fe2f2f42e
commit 4b79da42eb
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -13,11 +13,12 @@ env:
install:
- pip install -q django==$DJANGO --use-mirrors
- pip install redis coveralls coloredlogs hiredis jsonpickle simplejson future pytz --use-mirrors
- pip install -r requirements.txt
- pip install pytest-django simplejson pytz
- python setup.py install
script:
- coverage run setup.py test
- coverage run --source=django_q setup.py test
after_success:
- coveralls
+1 -1
View File
@@ -11,7 +11,7 @@ class PyTest(Command):
user_options = []
def initialize_options(self):
os.environ['DJANGO_SETTINGS_MODULE'] = 'django_q.tests.settings'
pass
def finalize_options(self):
pass