Skip to content

Commit

Permalink
Use "npm run lint" from tox (readthedocs#4312)
Browse files Browse the repository at this point in the history
* Use "npm run lint" from tox

* Don't need gulp anymore for CI
  • Loading branch information
davidfischer authored and agjohnson committed Jul 5, 2018
1 parent d413341 commit b0810e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- source ~/.nvm/nvm.sh
- nvm install --lts
- nvm use --lts
- npm install -g bower gulp
- npm install -g bower
- npm install
- bower install
script:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ commands =
--die-on-tool-error {posargs}
[testenv:eslint]
description = run the JavaScript linter (requires gulp installed)
description = run the JavaScript linter (requires `npm install`)
commands =
gulp lint
npm run lint
[testenv:coverage]
description = run test suite with code coverage for the application with {basepython}
Expand Down

0 comments on commit b0810e0

Please sign in to comment.