diff --git a/.travis.yml b/.travis.yml new file mode 100755 index 0000000..50b5bab --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" +before_install: + - sudo apt-get install python-tk ghostscript +install: + - pip install ".[dev]" +script: + - pytest \ No newline at end of file diff --git a/README.md b/README.md index 6bfa93b..def1e74 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ +

+ +

+ # Camelot: PDF Table Extraction for Humans ![license](https://img.shields.io/badge/license-MIT-lightgrey.svg) ![python-version](https://img.shields.io/badge/python-2.7-blue.svg) **Camelot** is a Python library which makes it easy for *anyone* to extract tables from PDF files! -![camelot-logo](https://raw.githubusercontent.com/socialcopsdev/camelot/master/docs/_static/camelot.png) - --- **Here's how you can extract tables from PDF files.** Check out the PDF used in this example, [here](https://github.com/socialcopsdev/camelot/blob/master/docs/_static/pdf/foo.pdf).