From c21a35c216bbb9e4f6eadd80298a50ca148fa5f2 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Fri, 19 Sep 2014 09:44:41 +0200 Subject: Update requirements --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 33784eb..a9fd76c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.3" # command to install dependencies install: - - pip install -r requirements.txt + - pip install -e . - pip install coverage # command to run tests script: coverage run -m unittest discover -s tests -v && coverage report -m -- cgit v1.2.3