From 5f837747dffa1ba2e4e1ae5ce71c2f4d418705a1 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Fri, 16 Dec 2022 00:16:46 -0500 Subject: [PATCH] Limit tox to <4 on Travis because of outdatedness https://github.com/tox-dev/tox-travis/pull/160 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4fbe09..54279fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ allow_failures: - python: "3.12-dev" install: - - pip install coveralls tox-travis importlib_metadata + # TODO: Remove tox limitation when https://github.com/tox-dev/tox-travis/pull/160 + - pip install coveralls tox-travis importlib_metadata tox<4 script: tox after_success: