Skip to content

Commit

Permalink
Delete bugbear from Python 2 lint. (pytorch#18192)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#18192
ghimport-source-id: 9523a09

Stack from [ghstack](https://github.com/ezyang/ghstack):
* **pytorch#18192 Delete bugbear from Python 2 lint.**

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Differential Revision: D14529240

fbshipit-source-id: 1a433b53dd38d1c455e8c0750d97c594ac51ef09
  • Loading branch information
ezyang authored and facebook-github-bot committed Mar 19, 2019
1 parent 1bc4eb9 commit 6758f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
script: cd .circleci && ./ensure-consistency.py
- name: "Python 2.7 Lint"
python: "2.7"
install: pip install flake8 flake8-bugbear
install: pip install flake8
script: flake8
- name: "Python 3.7 Lint"
python: "3.7"
Expand Down

0 comments on commit 6758f55

Please sign in to comment.