This commit is contained in:
Ilan Steemers
2015-09-17 00:37:52 +02:00
parent bd9f7da095
commit 4c5b6776fc
+2 -2
View File
@@ -27,7 +27,7 @@ before_script:
install:
- pip install -q django==$DJANGO
- pip install -r requirements.txt
- pip install pytest-django coveralls sphinx
- pip install pytest-django codecov sphinx
- python setup.py install
script:
@@ -35,7 +35,7 @@ script:
- sphinx-build -b html -d docs/_build/doctrees -nW docs docs/_build/html
after_success:
- coveralls
- codecov
notifications:
webhooks: