Skip to content

Commit a8b1266

Browse files
committed
Merge branch 'js-linting' of https://github.com/wtsi-hgi/cwltool into js-linting
2 parents 01fe931 + 530b7d0 commit a8b1266

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

appveyor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: .{build}-{branch}
22

33
environment:
4+
nodejs_version: "8"
5+
46
SYSTEMROOT: "C:\\WINDOWS"
57

68
matrix:
@@ -22,18 +24,18 @@ environment:
2224

2325

2426
install:
27+
# Get the latest stable version of Node.js or io.js
28+
- ps: Install-Product node $env:nodejs_version
2529
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
26-
- "python --version"
27-
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
2830

2931
build_script:
3032
- "%CMD_IN_ENV% pip install -U setuptools pip"
33+
- "%CMD_IN_ENV% pip install pytest mock"
3134
- "%CMD_IN_ENV% pip install ."
3235

3336

3437
test_script:
35-
36-
- "%CMD_IN_ENV% python setup.py test"
38+
- "%CMD_IN_ENV% py.test --verbose -p no:cacheprovider"
3739

3840
branches:
3941
only:

0 commit comments

Comments
 (0)