mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 02:22:57 +01:00
10 lines
118 B
YAML
10 lines
118 B
YAML
language: python
|
|
python: "2.7"
|
|
node_js: "9"
|
|
install:
|
|
- pip install tox
|
|
- npm install
|
|
script:
|
|
- tox
|
|
- npm test
|