mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
eliminated mv command, using flag to nosetests
This commit is contained in:
+4
-7
@@ -24,8 +24,11 @@ workon qsim
|
||||
# Show what we have installed
|
||||
pip freeze
|
||||
|
||||
#documentation output
|
||||
paver apidocs html
|
||||
|
||||
#run all the tests in test
|
||||
nosetests --with-xunit --cover-erase --cover-package=qsim
|
||||
nosetests --with-xunit --cover-erase --cover-package=qsim --cover-html-dir=./docs/_build/html/cover
|
||||
|
||||
#run pylint checks
|
||||
pylint -f parseable . | tee pylint.out
|
||||
@@ -33,10 +36,4 @@ pylint -f parseable . | tee pylint.out
|
||||
#run sloccount analysis
|
||||
sloccount --wide --details ./ > sloccount.sc
|
||||
|
||||
#documentation output
|
||||
paver apidocs html
|
||||
|
||||
#move coverage into apidocs
|
||||
mv ./cover ./docs/_build/html
|
||||
|
||||
deactivate
|
||||
|
||||
Reference in New Issue
Block a user