Skip to content

Commit

Permalink
config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed May 25, 2020
1 parent 4be4fe0 commit d352f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ install:
- pip install mypy
- pip install .$DEP
script:
- pytest --Cov
- black --Check .
- flake8 --Config=.flake8 .
- pytest --cov
- black --check .
- flake8 --config=.flake8 .
- mypy gp
after_success:
- coveralls

0 comments on commit d352f84

Please sign in to comment.