Skip to content

Commit

Permalink
removed black check
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Nov 10, 2019
1 parent 7431b65 commit cde9692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ install:
- pip list
script:
- py.test --codestyle -m codestyle
- black --check .
- travis_wait py.test tests --cov questionary -v
after_success:
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest==4.0.1
pytest-pycodestyle==1.3.1
pytest-cov==2.6.0
coveralls==1.3.0
black==19.3b0
black==19.10b0

0 comments on commit cde9692

Please sign in to comment.