/
githubmirror
/
distro
Обзор
Документация
Войти
/
githubmirror
/
distro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.2.1
Makefile
27 строк
598 B
nir0s
lots of fixes and tons of docs
07 дек 2015, 16:28
07 дек 2015, 16:28
7cef7b2
Код
Авторство
О чём код?
.PHONY: release install files test docs prepare publish all: @echo "make release - prepares a release and publishes it" @echo "make dev - prepares a development environment (includes tests)" @echo "make instdev - prepares a development environment (no tests)" @echo "make install - install on local system" @echo "make test - run tox" @echo "make publish - upload to pypi" release: publish dev: instdev test instdev: pip install -rdev-requirements.txt python setup.py develop install: python setup.py install test: pip install tox==1.7.1 tox publish: python setup.py sdist upload