Skip to content

Commit d956c52

Browse files
Hocnonsensecclauss
authored andcommitted
Update binary_search_tree.py (TheAlgorithms#1339)
* Update binary_search_tree.py remove some bugs * Update binary_search_tree.py * Update binary_search_tree.py * Update binary_search_tree.py * Update binary_search_tree.py * Update binary_search_tree.py * Update binary_search_tree.py * testlist = (8, 3, 6, 1, 10, 14, 13, 4, 7) * Update .travis.yml Co-authored-by: Christian Clauss <[email protected]>
1 parent a716e11 commit d956c52

File tree

2 files changed

+164
-220
lines changed

2 files changed

+164
-220
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ install: pip install -r requirements.txt
66
before_script:
77
- black --check . || true
88
- flake8 . --count --select=E101,E9,F4,F63,F7,F82,W191 --show-source --statistics
9+
- flake8 . --count --exit-zero --max-line-length=127 --statistics
910
script:
1011
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
1112
- mypy --ignore-missing-imports .

0 commit comments

Comments
 (0)