From 35df71a3b0ccfdef8fa8bffc7fe4cab87d108beb Mon Sep 17 00:00:00 2001 From: Peter Law Date: Thu, 26 Oct 2023 20:50:45 +0100 Subject: [PATCH] Remove an errant remaining reference to travis --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index edbf579..15a1d9a 100644 --- a/README.rst +++ b/README.rst @@ -79,4 +79,4 @@ To contribute: 3. Run tests in your current interpreter with the command ``pytest`` or ``python -m pytest``. 4. Run tests across all supported interpreters with the ``tox`` command. You will need to have the interpreters installed separately. We recommend ``pyenv`` for that. Use ``tox -p auto`` to run the tests in parallel. -5. By default certain tests which take a very long time to run are skipped, but they are run on travis CI. To run them locally, set the environment variable ``ASTTOKENS_SLOW_TESTS``. For example run ``ASTTOKENS_SLOW_TESTS=1 tox`` to run the full suite of tests. +5. By default certain tests which take a very long time to run are skipped, but they are run in CI. To run them locally, set the environment variable ``ASTTOKENS_SLOW_TESTS``. For example run ``ASTTOKENS_SLOW_TESTS=1 tox`` to run the full suite of tests.