Skip to content

Commit

Permalink
remove flake8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 17, 2019
1 parent e05c9d6 commit 570344d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- python setup.py install
- stage: static-checks
script:
- black .
- echo "Nothing to do yet."
- stage: test
script: # coverage
- coverage run -m unittest
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ codecov
isort
bump2version
git+http://github.com/interrogator/tabview.git#egg=tabview-1.4.5

0 comments on commit 570344d

Please sign in to comment.