mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-14 11:19:28 +00:00
Format setup.py with yapf.
This commit is contained in:
parent
85b1b98295
commit
10d95519a3
2 changed files with 3 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import setuptools
|
||||
|
||||
setuptools.setup()
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -10,8 +10,8 @@ commands =
|
|||
|
||||
[testenv:lint]
|
||||
commands =
|
||||
flake8 sprockets_statsd tests
|
||||
yapf -dr sprockets_statsd tests
|
||||
flake8 sprockets_statsd tests setup.py docs/conf.py
|
||||
yapf -dr sprockets_statsd tests setup.py docs/conf.py
|
||||
|
||||
[testenv:distcheck]
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue