From 6aaac9e0e63e1dbcb700ba19b374670220fcbe38 Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Tue, 24 Jul 2018 18:45:54 -0400 Subject: [PATCH] Install dependencies on CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c46694..b10019e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 3.6 cache: pip install: + - pip install --editable . - pip install flake8 pytest before_script: # stop the build if there are Python syntax errors or undefined names