From: hbc Date: Mon, 9 Feb 2015 14:40:45 +0000 (+0800) Subject: Let travis install deps. from requirements.txt. X-Git-Tag: 1.0.0~10^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3237bd25826ad0800205e8130d2d1c39234272d;p=cached-property.git Let travis install deps. from requirements.txt. --- 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