Skip to content

Commit

Permalink
ci!: enforce all pre-commit checks through Travis (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jun 22, 2020
1 parent b431f67 commit 048ad07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
python: 3.7
script:
- pip3 install -r requirements-dev.txt
- black . --check
- rstcheck $(find -type f -name "*.rst")
- pre-commit run -a

- name: "Python 3.6 on Ubuntu 18.04"
python: 3.6
Expand Down

0 comments on commit 048ad07

Please sign in to comment.