mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 09:01:52 +08:00
added distutils tasks to paver
This commit is contained in:
+3
-3
@@ -11,15 +11,15 @@ source /usr/local/bin/virtualenvwrapper.sh
|
||||
#create the scientific python virtualenv and copy to provide qsim base
|
||||
mkvirtualenv --no-site-packages scientific_base
|
||||
workon scientific_base
|
||||
./scripts/ordered_pip.sh ./scripts/requirements_sci.txt
|
||||
./etc/ordered_pip.sh ./etc/requirements_sci.txt
|
||||
deactivate
|
||||
#re-base qsim
|
||||
#rmvirtualenv qsim
|
||||
cpvirtualenv scientific_base qsim
|
||||
|
||||
workon qsim
|
||||
./scripts/ordered_pip.sh ./scripts/requirements.txt
|
||||
./scripts/ordered_pip.sh ./scripts/requirements_dev.txt
|
||||
./etc/ordered_pip.sh ./etc/requirements.txt
|
||||
./etc/ordered_pip.sh ./etc/requirements_dev.txt
|
||||
|
||||
#run all the tests in test
|
||||
nosetests --with-xcoverage --with-xunit --cover-erase --cover-package=qsim
|
||||
|
||||
@@ -13,6 +13,9 @@ from paved import *
|
||||
from paved.util import *
|
||||
from paved.pycheck import *
|
||||
|
||||
#add setuputils tasks
|
||||
paver.setuputils.install_distutils_tasks()
|
||||
|
||||
operating_system = platform.system()
|
||||
|
||||
# ===========
|
||||
|
||||
Reference in New Issue
Block a user