Skip to content

Commit c18cec8

Browse files
committed
correcting links and travis
1 parent 1bc3bc1 commit c18cec8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ install:
1818
script:
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

2626
after_success:
2727
- ls -lha

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ option
103103
Low level function to call wkhtmltopdf, arguments are added to
104104
wkhtmltopdf 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

0 commit comments

Comments
 (0)