don't require tests when pushing to pypi

This commit is contained in:
Julien Vehent 2016-03-24 09:57:39 -04:00
Родитель bc410c632f
Коммит 980096212b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ functional-tests-once:
python sops/__init__.py -r --rm-pgp 85D77543B3D624B63CEA9E6DBC17301B491B3F21 /tmp/testdataenc.$$type || exit 1; \
done
pypi: tests functional-tests
pypi:
$(PYTHON) setup.py sdist check upload --sign
clean: