This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit a747fab177cb590a0526f8c2685b982802c32968
Author: cardosolucas <cardosolucas61....@gmail.com>
AuthorDate: Sun Nov 28 18:56:46 2021 -0300

    Adding Wei's changes with tox logs
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9fe4c0f..ba7f1aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,10 +54,10 @@ matrix:
       install:
         - travis_retry pip install codecov
         - travis_retry pip install unidecode
-        - travis_retry pip install tox
+        - travis_retry pip install tox tox-travis
         - make install
       script:
-        - tox
+        - travis_wait 30 tox -rvve py36
         - codecov
     # Python CLI - Linux
     - language: python
@@ -80,9 +80,9 @@ matrix:
       install:
         - travis_retry pip install codecov
         - travis_retry pip install unidecode
-        - travis_retry pip install tox
+        - travis_retry pip install tox tox-travis
         - make install
         - marvin
       script:
-        - travis_wait 30 tox
+        - travis_wait 30 tox -rvve py36
         - codecov

Reply via email to