mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 09:38:12 +08:00
getting travis to build
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user