From 64ffc2f1da0c2afebadc598a18c3ae9ad2aae45a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 14 Nov 2019 23:42:28 +0200 Subject: [PATCH] .travis.yml: Install packages from requirements.txt too --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bc72975..02350a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.7" - "3.8" install: + - "pip install -r requirements.txt" - "pip install -r requirements-dev.txt" script: pytest