Skip to content

Commit

Permalink
Made a fix for deployment releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
menify committed Dec 4, 2015
1 parent 9168071 commit 0c53382
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,19 @@ after_success:
coveralls

deploy:
matrix:
- provider: releases
api-key: GITHUB OAUTH TOKEN
file: "make/install/*"

skip_cleanup: true
on:
tags: true
python:
- '3.4'

- provider: pypi
user: menify
password:
secure: fuRH38Q+YYY5BW/gvu3SREgI6+Uj6VL6MaXqsjiEwNcT/kluhP+UbiMye0qY6FFwJgJY8GIjR6MPuUllVO0WxUlOEI3QjaPxJ0S0NQsJMHDmwk7ud03IVVQJFNcWD0XTZVv2Dw+4KD7Fo5Z7AfpFx07ZG+iSLVMnXVc4wqSLtLA=
skip_cleanup: true
on:
- provider: releases
api_key:
secure: wqUW3M6GzXnf7H71skp9LNm+r3VXeIE2atGWFYH/QhSmpUlWPDKIofsywHEG34TCEQsf0iWY9klv2qR6JJxY+4EfcvlnwLpVOoKflo/Hy7mn+wqbxULhVTg/niqZ7uoYjxoWaw3OgXPgn2mpZm44H1RzS75LeJmbKrrfpGyH4gU=
file: make/install/*
on:
tags: true
python:
- '3.4'
python: '3.4'

- provider: pypi
user: menify
password:
secure: fuRH38Q+YYY5BW/gvu3SREgI6+Uj6VL6MaXqsjiEwNcT/kluhP+UbiMye0qY6FFwJgJY8GIjR6MPuUllVO0WxUlOEI3QjaPxJ0S0NQsJMHDmwk7ud03IVVQJFNcWD0XTZVv2Dw+4KD7Fo5Z7AfpFx07ZG+iSLVMnXVc4wqSLtLA=
skip_cleanup: true
on:
tags: true
python: '3.4'

0 comments on commit 0c53382

Please sign in to comment.