Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Use flake8 default configuration in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zvyn committed Aug 5, 2019
1 parent 7b6ddda commit 0f9f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: python
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
script: flake8 . --count --show-source --statistics

0 comments on commit 0f9f8b2

Please sign in to comment.