Codebase list python-lml / run/105b36d6-8f86-4fd8-8a44-56bf8c32e192/main test.sh
run/105b36d6-8f86-4fd8-8a44-56bf8c32e192/main

Tree @run/105b36d6-8f86-4fd8-8a44-56bf8c32e192/main (Download .tar.gz)

test.sh @run/105b36d6-8f86-4fd8-8a44-56bf8c32e192/mainraw · history · blame

1
2
3
4
5
pip freeze
cd tests/test_plugin
python setup.py install
cd -
pytest tests --verbosity=3 --cov=lml --doctest-glob=*.rst && flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long