Skip to content

Commit

Permalink
Merge pull request #143 from openedx/zshkoor/tox40-updates
Browse files Browse the repository at this point in the history
TOX 40 Updates.
  • Loading branch information
UsamaSadiq authored Nov 8, 2023
2 parents 6654e1b + 913f8df commit d35a0e8
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,39 @@ skip_install = True

[testenv:csslint]
allowlist_externals = {toxinidir}/node_modules/csslint/dist/cli.js
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
passenv =
TRAVIS
TRAVIS_JOB_ID
TRAVIS_BRANCH
commands =
{toxinidir}/node_modules/csslint/dist/cli.js freetextresponse/public/
deps =
skip_install = True

[testenv:eslint]
allowlist_externals = {toxinidir}/node_modules/eslint/bin/eslint.js
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
passenv =
TRAVIS
TRAVIS_JOB_ID
TRAVIS_BRANCH
commands =
{toxinidir}/node_modules/eslint/bin/eslint.js --fix freetextresponse/public/view.js
deps =
skip_install = True

[testenv:quality]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
passenv =
TRAVIS
TRAVIS_JOB_ID
TRAVIS_BRANCH
deps =
-rrequirements/quality.txt
commands =
pycodestyle freetextresponse/
pylint freetextresponse/

[testenv:translations_validate]
allowlist_externals = make
commands =
make translations_validate

Expand Down

0 comments on commit d35a0e8

Please sign in to comment.