11 lines
140 B
YAML
11 lines
140 B
YAML
|
## Customize the test machine
|
||
|
machine:
|
||
|
python:
|
||
|
version: 3.5.0
|
||
|
node:
|
||
|
version: 5.3.0
|
||
|
|
||
|
test:
|
||
|
override:
|
||
|
- scripts/runtests.sh
|