File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ install:
1818script :
1919- coverage run --source=pydf setup.py test
2020- flake8 pydf/
21- - python setup.py check -rms
2221- python setup.py install
2322- tests/check_file_permissions.py
2423- python -c "import pydf; print(pydf.get_version())"
24+ - if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python setup.py check -rms; fi
2525
2626after_success :
2727- ls -lha
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ option
103103Low level function to call wkhtmltopdf, arguments are added to
104104wkhtmltopdf binary and passed to subprocess with not processing.
105105
106- .. |Build Status | image :: https://travis-ci.org/samuelcolvin /pydf.svg?branch=master
107- :target: https://travis-ci.org/samuelcolvin /pydf
108- .. |codecov.io | image :: http ://codecov.io/github/samuelcolvin /pydf/coverage.svg?branch=master
109- :target: http ://codecov.io/github/samuelcolvin /pydf?branch=master
110- .. |PyPI Status | image :: https://img.shields.io/pypi/v/pydf .svg?style=flat
111- :target: https://pypi.python.org/pypi/pydf
106+ .. |Build Status | image :: https://travis-ci.org/tutorcruncher /pydf.svg?branch=master
107+ :target: https://travis-ci.org/tutorcruncher /pydf
108+ .. |codecov.io | image :: https ://codecov.io/github/tutorcruncher /pydf/coverage.svg?branch=master
109+ :target: https ://codecov.io/github/tutorcruncher /pydf?branch=master
110+ .. |PyPI Status | image :: https://img.shields.io/pypi/v/python-pdf .svg?style=flat
111+ :target: https://pypi.python.org/pypi/python-pdf
112112.. |license | image :: https://img.shields.io/pypi/l/pydf.svg
113- :target: https://github.com/samuelcolvin /pydf
113+ :target: https://github.com/tutorcruncher /pydf
You can’t perform that action at this time.
0 commit comments