Skip to content

Commit d09a995

Browse files
committed
Encourage running unittests on py3 as well
1 parent c5370d8 commit d09a995

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,6 @@ Unit tests
107107

108108
Under bitcoin/tests using test data from Bitcoin Core. To run them:
109109

110-
python -m unittest discover
111-
python3 -m unittest discover
110+
python -m unittest discover && python3 -m unittest discover
111+
112+
Please run the tests on both Python2 and Python3 for your pull-reqs!

0 commit comments

Comments
 (0)