Start to add items to get travis ci builds working

pull/4/merge
Richard Harding 12 years ago
parent 56f29a8585
commit ad3685d4f4

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
before_install: sudo apt-get install libxml2-dev libxslt-dev
# command to install dependencies
install: pip install -r requirements.txt --use-mirrors
# command to run tests
script: nosetests src/readability/tests

@ -0,0 +1,6 @@
chardet
lxml
coverage
nose
pep8
pylint
Loading…
Cancel
Save