Skip to content

Commit

Permalink
Remove allow_failures on python: 3.7 tests
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 d2cd9d0 commit 5c2b514
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ matrix:
python: 3.7
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
allow_failures:
- python: 3.7
install:
- sudo apt-get install -y python-pip
- sudo pip install pep8
Expand Down

0 comments on commit 5c2b514

Please sign in to comment.