From 034e3477bdb09c9f78924ac8afdb7a4c45ef30ce Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 21 Aug 2015 01:10:34 +0200 Subject: [PATCH] travis: use requirements file --- .travis/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 27eb668db..360453187 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -43,5 +43,6 @@ fi python -m virtualenv ~/.venv source ~/.venv/bin/activate -pip install tox pytest pytest-cov codecov Cython +pip install -r requirements.d/development.txt +pip install codecov pip install -e .