From af8d7d995bc28df1b5d4dceb50c21dab8cf106ac Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 13 Mar 2020 17:31:58 +0530 Subject: [PATCH] [ci] Travis/py --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d643d26..ef06b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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