From c12b624b9a1633376a06106ff655773f4e3a6259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 12 Jul 2019 14:54:20 +0200 Subject: [PATCH] travis: Install aioresponses before running the tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f234cd8..ccd725b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: - python: 3.7 env: TOXENV=coverage -install: pip install tox-travis PyGObject dbus-python +install: pip install tox-travis PyGObject dbus-python aioresponses script: tox after_success: