fix travis

This commit is contained in:
Iacopo Spalletti 2014-08-13 22:55:42 +02:00
parent fe7aaa688a
commit ff48e4e37f

View file

@ -10,8 +10,8 @@ python:
env: env:
matrix: matrix:
- DJANGO='django>=1.5,<1.6' - DJANGO='django>=1.5,<1.6' NOSE_COVER_PACKAGE="djangocms_blog" NOSE_WITH_COVERAGE=1
- DJANGO='django>=1.6,<1.7' - DJANGO='django>=1.6,<1.7' NOSE_COVER_PACKAGE="djangocms_blog" NOSE_WITH_COVERAGE=1
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: install:
@ -19,7 +19,7 @@ install:
- pip install -r requirements-test.txt - pip install -r requirements-test.txt
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: coverage run djangocms-helper djangocms_blog test --cms --nose script: djangocms-helper djangocms_blog test --cms --nose-runner
after_success: coveralls after_success: coveralls
@ -27,10 +27,10 @@ matrix:
allow_failures: allow_failures:
- python: 3.3 - python: 3.3
env: DJANGO='django>=1.5,<1.6' env: DJANGO='django>=1.5,<1.6' NOSE_COVER_PACKAGE="djangocms_blog" NOSE_WITH_COVERAGE=1
- python: 3.3 - python: 3.3
env: DJANGO='django>=1.6,<1.7' env: DJANGO='django>=1.6,<1.7' NOSE_COVER_PACKAGE="djangocms_blog" NOSE_WITH_COVERAGE=1
- python: 3.4 - python: 3.4
env: DJANGO='django>=1.5,<1.6' env: DJANGO='django>=1.5,<1.6' NOSE_COVER_PACKAGE="djangocms_blog" NOSE_WITH_COVERAGE=1
- python: 3.4 - python: 3.4
env: DJANGO='django>=1.6,<1.7' env: DJANGO='django>=1.6,<1.7' NOSE_COVER_PACKAGE="djangocms_blog" NOSE_WITH_COVERAGE=1