In [ ]:
!cd .. && python setup.py nosetests
In [ ]:
!cd .. && python setup.py register -r pypitest
!cd .. && python setup.py sdist
!cd .. && python setup.py sdist upload -r pypitest
In [ ]:
!cd .. && python setup.py register -r pypi
!cd .. && python setup.py sdist
!cd .. && python setup.py sdist upload -r pypi