From c3237bd25826ad0800205e8130d2d1c39234272d Mon Sep 17 00:00:00 2001 From: hbc Date: Mon, 9 Feb 2015 22:40:45 +0800 Subject: [PATCH] Let travis install deps. from requirements.txt. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bc0445..55473e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: pip install pytest +install: pip install -r requirements.txt --use-mirrors # command to run tests, e.g. python setup.py test -script: py.test \ No newline at end of file +script: py.test -- 2.30.2