Skip to content

Commit

Permalink
Add missing colon (:)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and yonghong-song committed Jul 17, 2019
1 parent f84e55c commit 851f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ matrix:
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
allow_failures:
- python 3.7
- python: 3.7
install:
- sudo apt-get install -y python-pip
- sudo pip install pep8
Expand Down

0 comments on commit 851f588

Please sign in to comment.