From d3b2ff8f37ba7553c6845c288c85bbda4d7b020f Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Fri, 22 Mar 2013 22:48:25 +0100 Subject: [PATCH] Just do an editable install for the package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cd0057..776cfa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ python: - "2.7" install: - "pip install -r requirements.txt" - - "pip install ." + - "pip install -e ." script: manage.py test dpaste --settings=dpaste.settings_test \ No newline at end of file