Skip to content

Commit fe96112

Browse files
aerostitchatodorov
authored andcommitted
Fix chaining syntax.
1 parent fdfb4b9 commit fe96112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands =
1717
django_is_installed: pylint --load-plugins=pylint_django setup.py
1818
flake8: flake8
1919
pylint: pylint --rcfile=tox.ini -d missing-docstring,too-many-branches,too-many-return-statements,too-many-ancestors,fixme --ignore=tests pylint_django setup
20-
readme: python setup.py -q sdist && twine check dist/*
20+
readme: bash -c \'python setup.py -q sdist && twine check dist/*\'
2121
py{36}-django{111,20,-master}: coverage run pylint_django/tests/test_func.py -v
2222
py{35,36,37}-django21: coverage run pylint_django/tests/test_func.py -v
2323
clean: find . -type f -name '*.pyc' -delete
@@ -40,6 +40,7 @@ setenv =
4040
PYTHONPATH = .
4141
whitelist_externals =
4242
django_not_installed: bash
43+
readme: bash
4344
clean: find
4445
clean: rm
4546

0 commit comments

Comments
 (0)