Skip to content

Commit

Permalink
Added pypi deployment to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomas1234 committed Apr 27, 2015
1 parent 27e3c59 commit 0e6d087
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- mkdir glpk
- cd glpk-4.45
- ./configure --prefix=/
- make
- make
- sudo make install
- cd ..
- sudo ldconfig
Expand All @@ -35,4 +35,12 @@ script: nosetests
after_success:
- coveralls
notifications:
slack: biosustain:UGm09rOjMCgXko3rS3wUivoX
slack: biosustain:UGm09rOjMCgXko3rS3wUivoX
deploy:
provider: pypi
user: Nikolaus.Sonnenschein
password:
secure: nxjszXtUzQfnLlfg0cmFjd9gRekXDog6dkkN1rMc7CIWH2gZ1gAX4sNETVChnuSmu9egzhuIkviHstRrdyGoEZ7ZkHlTXmpVAs9AY96eMSejnwHHODhYno0jB7DjGcfejodLF+lo6lWz7S7mXXwML6YLM3xxG+AOjLHlHbPTaKc=
on:
tags: true
repo: biosustain/cameo

0 comments on commit 0e6d087

Please sign in to comment.