Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit 35ad400

Browse files
committed
README: Update section regarding how to run tests
Signed-off-by: Jerome Flesch <[email protected]>
1 parent 2c41670 commit 35ad400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ Beware this code hasn't been adapted to libtesseract 3 yet.
280280
## Tests
281281

282282
```sh
283-
python ./run_tests.py
283+
make check # requires pyflake8
284+
make test # requires tox
284285
```
285286

286287
Tests are made to be run with the latest versions of Tesseract and Cuneiform.

0 commit comments

Comments
 (0)