From 87ec16457666ec77170e38b0c45cd8434c087b23 Mon Sep 17 00:00:00 2001 From: Gustavo Barbosa Date: Sat, 1 Feb 2020 18:25:02 -0500 Subject: [PATCH] travis: add custom install command --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eca2ccf..0bdb0fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: python +install: + - pip install -e .[dev] .[test] script: - pytest --cov=embroidery tests/