Skip to content

Commit 1801140

Browse files
committed
Note about tox in readme
1 parent 714526b commit 1801140

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,17 @@ tests
6969

7070
Run the unit tests:
7171

72-
$ python ttp/tests.py
72+
$ python ttp/tests.py
7373
....................................................................................................
7474
----------------------------------------------------------------------
7575
Ran 100 tests in 0.009s
7676
OK
7777

78+
Or test on multiple Python versions with tox:
79+
80+
$ pip install tox
81+
$ tox
82+
7883

7984
contributing
8085
------------

0 commit comments

Comments
 (0)