From bc5905c4a526892259cba06a63dc6b7c4c420364 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 01:29:01 +0530 Subject: [PATCH] Use pip install . without -e on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce4c874..efb3dbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ python: install: - "pip install --upgrade -r requirements.txt" - - "pip install -e ." + - "pip install ." # command to run tests script: py.test -v