From 77f128eaf1ba651d434aecdccedc793f8087ccad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Wed, 23 May 2018 16:06:01 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b0a64b..8900fbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 2.7 cache: pip install: -- pip install . +- pip install -e . - pip install pytest-cov flake8 script: - pytest --cov=audioscrape @@ -13,7 +13,6 @@ script: deploy: provider: pypi user: carlthome - skip_cleanup: true on: tags: true branch: master