Skip to content

Commit a6c1919

Browse files
committed
Update readme with notes about tox
1 parent 27395d8 commit a6c1919

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,6 @@ When everything else is done - update corresponding part of README.
117117

118118

119119
##### Travis CI
120-
Please run `flake8` and `pytest` commands locally to be sure your changes will pass CI .
120+
Please run `tox` or `tox -e ci37` before submitting a patch to be sure your changes will pass CI.
121+
122+
You can also run `flake8` or `pytest` commands manually. Examples can be found in `tox.ini`.

0 commit comments

Comments
 (0)