Added deploy.

This commit is contained in:
Ahmet Bakan 2015-10-11 21:09:39 -07:00
parent d66009bd85
commit 3ece8898cc

View file

@ -9,3 +9,10 @@ install:
- pip install .
script:
- make test
deploy:
_ git checkout --orphan gh-pages
_ rm $(git ls-files)
_ git rm --cached $(git ls-files)
_ git add .
_ git commit
_ git push origin gh-pages