From bded0bade1d8d3ec1414171f3f1c337fec6ebe81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Sat, 9 May 2020 14:26:55 +0200 Subject: [PATCH] Rework .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a15b930d..838f3864 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,8 @@ addons: before_install: - mongo --version -- pip install -U six install: -- travis_retry pip install -U tox -- travis_retry pip install -U coveralls +- travis_retry pip install -U tox coveralls script: tox -v after_success: