[ci] Travis/py

This commit is contained in:
Nemo 2020-03-13 17:31:58 +05:30
parent 85df2cd6f3
commit af8d7d995b
1 changed files with 8 additions and 4 deletions

View File

@ -16,10 +16,14 @@ jobs:
- language: node_js
node_js: '13'
- language: python
node_js: '3.5'
python: '3.5'
script: nosetests tests/test.py
- language: python
node_js: '3.6'
python: '3.6'
script: nosetests tests/test.py
- language: python
node_js: '3.7'
python: '3.7'
script: nosetests tests/test.py
- language: python
node_js: '3.8'
python: '3.8'
script: nosetests tests/test.py