From: Raphael Michel Date: Tue, 16 Oct 2018 05:22:01 +0000 (+0200) Subject: Install dependencies on Travis X-Git-Tag: 1.0.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=871985494848183f988df06fd60f2ddbd00e5a2e;p=thirdparty%2Fpython-drafthorse.git Install dependencies on Travis --- 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