From 4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 22 Mar 2020 19:08:32 +0000 Subject: Add an `all` extension that includes all dependencies. This makes it easier in the integration to install all the needed dependencies. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d6f7302..5fabe5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: env: RUN_MYPY=false install: - - pip install .[dev] + - pip install .[all] addons: apt: -- cgit v1.2.3