diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,11 +19,11 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test/test-requirements.txt [run] -source=./osdf/,osdfapp.py +source=./apps/,./osdf/,osdfapp.py [testenv:pylint] whitelist_externals=bash -commands = bash -c "pylint --reports=y osdf | tee pylint.out" +commands = bash -c "pylint --reports=y osdf apps| tee pylint.out" [testenv:py3] basepython=python3.6 |