Codebase list python-lml / af4a8735-41f5-42e5-a044-236f879ecc1d/upstream/0.1.0 test.sh
af4a8735-41f5-42e5-a044-236f879ecc1d/upstream/0.1.0

Tree @af4a8735-41f5-42e5-a044-236f879ecc1d/upstream/0.1.0 (Download .tar.gz)

test.sh @af4a8735-41f5-42e5-a044-236f879ecc1d/upstream/0.1.0raw · 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