Merge "Update the gitingore file and tox.ini"
This commit is contained in:
commit
cb1a809c6d
3
.gitignore
vendored
3
.gitignore
vendored
@ -45,3 +45,6 @@ ChangeLog
|
|||||||
etc/*.conf
|
etc/*.conf
|
||||||
tools/lintstack.head.py
|
tools/lintstack.head.py
|
||||||
tools/pylint_exceptions
|
tools/pylint_exceptions
|
||||||
|
|
||||||
|
#Linux swap file
|
||||||
|
*.swp
|
||||||
|
5
tox.ini
5
tox.ini
@ -39,10 +39,7 @@ commands =
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands =
|
commands = python setup.py build_sphinx
|
||||||
rm -rf doc/html doc/build
|
|
||||||
rm -rf doc/source/apidoc doc/source/api
|
|
||||||
python setup.py build_sphinx
|
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user