From f85c6f49397159a50fdd4e3f869c8e489f969135 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Aug 2017 12:06:47 -0400 Subject: [PATCH] attempted fix of travis Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af106aa7..49134c3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ python: # command to install dependencies install: - - "python setup.py develop" + - "pip install -e ." - "pipenv install --dev" # command to run tests script: