In [ ]:
!cd .. && pip install -r requirements-dev.txt
!cd .. && npm install
!cd .. && bower install
In [ ]:
!flake8 ../ipythond3sankey/*.py ../*.py
!cd .. && npm run jshint
In [ ]:
!cd .. && npm run less
In [ ]:
!cd .. && PYTHONWARNINGS=ignore python setup.py test
In [ ]:
!ipython nbconvert README.ipynb --to=rst --stdout > ../README.rst
In [ ]:
!rm ../dist/ipython-d3-sankey-*.tar.gz
!cd .. && python setup.py sdist
!cd .. && twine upload dist/ipython-d3-sankey-*.tar.gz