File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ language: python
2
2
python :
3
3
- 3.6
4
4
dist : xenial
5
+
6
+ env :
7
+ global :
8
+ - NODE_VERSION=10.17.0
9
+
5
10
matrix :
6
11
include :
7
12
- python : 3.6
@@ -27,8 +32,8 @@ install:
27
32
- pip install tox-travis
28
33
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
29
34
- source ~/.nvm/nvm.sh
30
- - nvm install --lts
31
- - nvm use --lts
35
+ - nvm install $NODE_VERSION
36
+ - nvm use $NODE_VERSION
32
37
- npm install -g bower
33
38
- npm install
34
39
- bower install
Original file line number Diff line number Diff line change 55
55
Getting Started
56
56
---------------
57
57
58
- You will need a working version of Node and NPM to get started. We won't cover
59
- that here, as it varies from platform to platform.
58
+ You will need a working version of Node (tested with `` v10.17.0 ``) and NPM to get started.
59
+ We won't cover that here, as it varies from platform to platform.
60
60
61
61
To install these tools and dependencies::
62
62
Original file line number Diff line number Diff line change @@ -183,4 +183,4 @@ see :doc:`buildenvironments`.
183
183
For building this documentation,
184
184
see :doc: `docs `.
185
185
186
- And for setting up for the front end development, see :doc: `standards `.
186
+ And for setting up for the front end development, see :doc: `front-end `.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ commands =
54
54
--die-on-tool-error {posargs}
55
55
56
56
[testenv:eslint]
57
+ whitelist_externals = npm
57
58
description = run the JavaScript linter (requires `npm install`)
58
59
commands =
59
60
npm run lint
You can’t perform that action at this time.
0 commit comments