Skip to content

Commit e262696

Browse files
authored
Merge pull request faif#293 from gyermolenko/update_readme_about_tox
Update readme with notes about tox
2 parents e775d4a + a6c1919 commit e262696

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)