diff --git a/.travis.yml b/.travis.yml index 0364beb..c2999ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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