Skip to content

Commit

Permalink
Fix pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Jan 15, 2020
1 parent 3807feb commit eb2f396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ repos:
language: system
types: [python]
stages: [push]
pass_filenames: false
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,16 @@ matrix:
env: TOXENV=black
- python: 3.8
env: TOXENV=mypy

- python: 3.6
env: TOXENV=py36

- python: 3.7
env: TOXENV=py37
- python: 3.7

- python: 3.8
env: TOXENV=py38

install:
- pip install tox pytest
- pip install -r requirements.txt
- pip install -r tests/requirements.txt

script:
- tox
Expand Down

0 comments on commit eb2f396

Please sign in to comment.