]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Install dependencies on Travis
authorRaphael Michel <mail@raphaelmichel.de>
Tue, 16 Oct 2018 05:22:01 +0000 (07:22 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Tue, 16 Oct 2018 05:22:01 +0000 (07:22 +0200)
.travis.yml

index 06f5e1199ed9e2d1105660fa03078c0bc4c00f30..329a98d2d0aff595a00ed3be7b1409bc77d9beff 100644 (file)
@@ -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