Skip to content

Commit

Permalink
No yapf in python 3.3
Browse files Browse the repository at this point in the history
Perhaps time to upgrade our testing python version ?
  • Loading branch information
tomv564 committed Nov 28, 2019
1 parent bcab0c0 commit d7fb292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python:
before_install:
- pip install "mypy==0.570"
- pip install "flake8==3.5.0"
- pip install yapf
# - pip install yapf
- pip install python-coveralls
- curl -OL https://raw.githubusercontent.com/SublimeText/UnitTesting/master/sbin/travis.sh
# enable gui, see https://docs.travis-ci.com/user/gui-and-headless-browsers
Expand All @@ -28,6 +28,6 @@ script:
- flake8 plugin tests
- coverage run -m unittest discover
- sh travis.sh run_tests
- yapf --diff plugin/core/main.py
# - yapf --diff plugin/core/main.py
after_success:
- coveralls
6 changes: 0 additions & 6 deletions plugin/core/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
from ..highlights import remove_highlights
from ..color import remove_color_boxes







try:
from typing import Any, List, Dict, Tuple, Callable, Optional, Set
assert Any and List and Dict and Tuple and Callable and Optional and Set
Expand Down

0 comments on commit d7fb292

Please sign in to comment.