Skip to content

Commit 4e04742

Browse files
Merge pull request #19 from weblyzard/feature/travis-ci
Feature/travis ci
2 parents 0d04f81 + a1a2658 commit 4e04742

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- 2.7
4+
- 3.5
5+
- 3.7
6+
7+
install:
8+
- python setup.py install
9+
10+
script:
11+
- py.test tests

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# inscriptis
22

3+
[![Build Status](https://www.travis-ci.org/weblyzard/inscriptis.png?branch=master)](https://www.travis-ci.org/weblyzard/inscriptis)
4+
35
A python based HTML to text converter with support for nested tables and a subset of CSS.
46
Please take a look at the [Rendering](https://github.com/weblyzard/inscriptis/blob/master/RENDERING.md) document for a demonstration of inscriptis' conversion quality.
57

68
## Requirements
7-
* Python 3.4+ (preferred) or Python 2.7+
9+
* Python 3.5+ (preferred) or Python 2.7+
810
* lxml
911
* requests
1012

0 commit comments

Comments
 (0)