Skip to content

Commit

Permalink
Drop tox
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 10, 2022
1 parent baad65c commit 356118f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
13 changes: 4 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,11 @@ You can force this at installation time as follows:
Running the test suite
----------------------

There are several ways of running the test suite:
From the top level directory, run: ``python tests/tests.py``

- Run the test with the current Python interpreter:

From the top level directory, run: ``python tests/tests.py``

- Use Tox to run the test suite in several virtualenvs with several interpreters

From the top level directory, run: ``tox -e py37,py38,py39`` this will run the test suite
on Python 3.7 through 3.9 (you'll need to have them installed beforehand)
NOTE: Running the tests requires internet access and are somewhat environment sensitive because real DNS quesries
are made, there is no mocking. If you observe a failure that the CI cannot reproduce, please try to setup an
environment as close as the current CI.


Using it from the cli, a la dig
Expand Down
9 changes: 0 additions & 9 deletions tox.ini

This file was deleted.

0 comments on commit 356118f

Please sign in to comment.