Fix travis file for tests

pull/33/head
Richard Harding 10 years ago
parent 35630387f2
commit d91236681e

@ -9,6 +9,6 @@ before_install: sudo apt-get install libxml2-dev libxslt-dev
# command to install dependencies
install:
- python setup.py install
- pip install -r requirements.txt --use-mirrors
- make deps
# command to run tests
script: p.test -q --tb native -s tests
script: py.test -q --tb native -s tests

Loading…
Cancel
Save