remove redundant make commands

This commit is contained in:
Scisco
2015-09-30 10:37:12 +02:00
parent 2ed9e56bbf
commit 344a87ffbd

View File

@@ -61,10 +61,6 @@ test-release: clean
python setup.py sdist upload -r pypitest
python setup.py bdist_wheel upload -r pypitest
vagrant:
vagrant up
vagrant destroy
release: clean
python setup.py sdist upload
python setup.py bdist_wheel upload