feat(ci) update ci

This commit is contained in:
dongdonglin(林向东) 2018-10-15 11:36:41 +08:00
parent 8954241f13
commit 64c267b57a
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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
#sh `pwd`/ci/init_mysql_data.sh