Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .travis.yml
  • Loading branch information
cclauss authored Sep 23, 2020
commit 426473a34897c8dd3ebf7b8d2a89020d401c4520
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
python: 3.8
cache: pip
before_install: pip install --upgrade pip setuptools six
install: pip install black flake8 mypy pytest-cov
install: pip install black flake8
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never
Expand Down