From 64c267b57ac17111fc55efb95fc8f11e455e32dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dongdonglin=28=E6=9E=97=E5=90=91=E4=B8=9C=29?= Date: Mon, 15 Oct 2018 11:36:41 +0800 Subject: [PATCH] feat(ci) update ci --- .travis.yml | 1 + ci/run_tests.sh | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a79c666..ad27c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: "8" install: + - pip tsfresh==0.11.1 - pip install django==1.11.13 - pip install pylint - pip install mysql-python diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 9bbf894..91e1e73 100644 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -1,9 +1,7 @@ #!/usr/bin/env bash # Run tests -# echo path echo $DIR, `pwd` -echo "hello world" py.test -x -vv -s `pwd`/tests/ -sh `pwd`/ci/init_mysql_data.sh \ No newline at end of file +#sh `pwd`/ci/init_mysql_data.sh