Conversion_Kitchen_Code/kitchen_counter/conversion/translation/indictrans/tox.ini

20 lines
257 B
INI
Raw Permalink Normal View History

2024-04-27 09:33:09 +00:00
[tox]
envlist=py27, py35, pep8
[testenv]
whitelist_externals =
/usr/bin/make
deps=
-rrequirements.txt
-rtest-requirements.txt
commands=
make travis
[testenv:pep8]
deps=
-rrequirements.txt
-rtest-requirements.txt
commands=
flake8 indictrans