mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
feat(ci) update ci
This commit is contained in:
parent
8954241f13
commit
64c267b57a
|
|
@ -7,6 +7,7 @@ node_js: "8"
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip tsfresh==0.11.1
|
||||||
- pip install django==1.11.13
|
- pip install django==1.11.13
|
||||||
- pip install pylint
|
- pip install pylint
|
||||||
- pip install mysql-python
|
- pip install mysql-python
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Run tests
|
# Run tests
|
||||||
|
|
||||||
# echo path
|
|
||||||
echo $DIR, `pwd`
|
echo $DIR, `pwd`
|
||||||
echo "hello world"
|
|
||||||
|
|
||||||
py.test -x -vv -s `pwd`/tests/
|
py.test -x -vv -s `pwd`/tests/
|
||||||
sh `pwd`/ci/init_mysql_data.sh
|
#sh `pwd`/ci/init_mysql_data.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue