mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
7 lines
175 B
Makefile
7 lines
175 B
Makefile
test:
|
|
pwd
|
|
ls
|
|
export PYTHONPATH=$PYTHONPATH:`pwd`/app
|
|
sh `pwd`/ci/run_tests.sh
|
|
#pylint --rcfile=`pwd`/pylint.conf ./app/dao
|
|
#pylint --rcfile=`pwd`/pylint.conf ./app/service
|