summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2018-03-30tox.ini update.Edward Z. Yang1-1/+1
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
2018-03-27Reorganize third-party libraries into top-level third_party directory (#6025)Edward Z. Yang1-1/+1
- gloo, pybind11, nanopb and nccl now live in third_party. - ATen builds in aten/build rather than torch/lib/build/aten - A bit of faffing about in the scripts was necessary, because they used to assume that everything lived in the same directory. Now you are expected to cd into the correct directory before calling one of the build functions. The actual builder script lives in tools - Lint now just unconditionally ignores third_party, rather than enumerating folders explicitly
2017-10-23Fix E722 ('do not use bare except') (#3239)Sam Gross1-1/+1
The new version of flake8 includes a check for not using bare except. We should avoid this since it catches things like KeyboardInterrupt.
2017-10-23Fix lint build (#3237)Sam Gross1-1/+1
The flake8 package was upgraded to include new errors which cause the build to break.
2017-09-05Ignore nanopb for lint.Edward Z. Yang1-1/+1
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
2017-09-05flake8 excludes updateZach DeVito1-1/+1
2017-08-30Ignore gloo when linting.Edward Z. Yang1-1/+1
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
2017-06-17force 1 stride for 1-sized dim for cudnn, fix lint, remove extra unpackingalbanD1-1/+1
2017-02-27[Lint] Address F811Luke Yeager1-2/+2
2017-02-27[Lint] Address F812Luke Yeager1-1/+1
2017-02-27[Lint] Address E731Luke Yeager1-1/+1
2017-02-27[Lint] Use flake8 instead of pep8Luke Yeager1-5/+1
2017-02-16setup.cfg -> tox.ini (#761)Soumith Chintala1-0/+8