Codebase list python-lml / run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/main test.sh
run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/main

Tree @run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/main (Download .tar.gz)

test.sh @run/b0616efb-1cec-4d01-bcf2-4ad1a3c57800/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