Skip to content

Commit

Permalink
do static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed May 5, 2020
1 parent 6e29aa1 commit 05d2df4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
include:
- stage: build
script:
- pip install buzz[word]
- git clone https://github.com/interrogator/buzz && cd buzz && python setup.py install && cd ..
- python setup.py install
- stage: static-checks
script:
- echo "Nothing to do yet."
- flake8 .
- black .
- stage: test
script: # coverage
- coverage run -m unittest
Expand Down

0 comments on commit 05d2df4

Please sign in to comment.