From 871985494848183f988df06fd60f2ddbd00e5a2e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 16 Oct 2018 07:22:01 +0200 Subject: [PATCH] Install dependencies on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 06f5e11..329a98d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: install: - pip install -U pip wheel coverage codecov - pip install -r requirements_dev.txt + - python setup.py develop script: - flake8 drafthorse tests - isort -rc -c drafthorse tests -- 2.47.3