From d5926badfc561a4af279661a57186fd5650a9de0 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..b2a7f9e 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: