valijson/thirdparty/JSON-Schema-Test-Suite/.travis.yml

10 lines
118 B
YAML

language: python
python: "2.7"
node_js: "9"
install:
- pip install tox
- npm install
script:
- tox
- npm test