From d91236681e316b124f6d1a695fce4efac67d2e39 Mon Sep 17 00:00:00 2001 From: Richard Harding Date: Sun, 20 Apr 2014 19:05:10 -0400 Subject: [PATCH] Fix travis file for tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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