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