Codebase list python-lml / run/efd8d73f-28f1-46d4-af9c-7557809fb9fc/main test.sh
run/efd8d73f-28f1-46d4-af9c-7557809fb9fc/main

Tree @run/efd8d73f-28f1-46d4-af9c-7557809fb9fc/main (Download .tar.gz)

test.sh @run/efd8d73f-28f1-46d4-af9c-7557809fb9fc/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