Skip to content

Commit

Permalink
Added pypi deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Mar 10, 2015
1 parent 98df28a commit c733ae7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ python:

install:
- pip install -e .
- pip install coverage pytest-cov coveralls
- pip install coverage pytest-cov coveralls wheel

script:
- sh -x util/test.sh

after_success:
- coveralls

deploy:
provider: pypi
user: Lucretiel
password:
secure: ItMHM+YUcQm3JRQwCpaiSiPSTpwRy33oUQy877x7SJg6Cmd8ImnYbHGn4nBTQd4/Zp3qizmTK8ohE1r+lhvEySO9s8DSit4ArI0/TQbsPfVTUQzzka5ONnZSWwYu8hprUp+fc9MjeydLFioYFg825LX5qL1QCMbk1J2U8G5ohP8=
on:
tags: true
distributions: "sdist bdist_wheel"

0 comments on commit c733ae7

Please sign in to comment.