Skip to content

Commit

Permalink
Merge a4782f9 into 235a4a0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 5, 2018
2 parents 235a4a0 + a4782f9 commit 9cf96f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ inflect.py
:target: https://travis-ci.org/jazzband/inflect
.. image:: https://coveralls.io/repos/github/jazzband/inflect/badge.svg?branch=master
:target: https://coveralls.io/github/jazzband/inflect?branch=master
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: Code style: Black
.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
Expand Down
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pypy3 = pypy3
2.7 = py27
3.4 = py34
3.5 = py35
3.6 = py36
3.6 = py36, black
3.7-dev = py37, flake8

[testenv]
Expand All @@ -23,3 +23,9 @@ deps = flake8
commands =
flake8
skip_install = true

[testenv:black]
deps = black
commands =
black --check --diff .
skip_install = true

0 comments on commit 9cf96f5

Please sign in to comment.