Skip to content

Commit

Permalink
travis: add deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>
  • Loading branch information
hthiery committed Oct 20, 2017
1 parent 0f0811a commit 4cf540a
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .travis.yml
@@ -1,20 +1,23 @@
sudo: false
language: python
python:
- '2.6'
- '2.7'
- '3.4'
- '3.5'
- '2.6'
- '2.7'
- '3.4'
- '3.5'
install:
- pip install python-coveralls
- pip install coverage
- pip install nose
- pip install future
- pip install pyserial

- pip install python-coveralls
- pip install coverage
- pip install nose
- pip install future
- pip install pyserial
script:
- python setup.py install
- nosetests --with-coverage

- python setup.py install
- nosetests --with-coverage
after_success:
- coveralls
- coveralls
deploy:
provider: pypi
user: hthiery
password:
secure: wtLnhUD1A2hOv4c1Yha/UtiLtVpObSlHnSOM1+BlQvuYKIwYl8lWvb7pYFLIasCtwBlzWTxTUHhylI1N3VES/+yRAdd0sSAVa5hJIZHMH0r2u+Q02PKIKpCgpm8PhekaKtB1DK7/2bEDQpc23/bu96SNl0qxSlREcdyOptbvJs7+BAKvbDkcA/EQHOKkofFvFnzkyNLxCZNeOajBh7oyANsBBsxc3sMh6VTI2JHUR80jveSspe60fptDdO6JBcOY8vBx9A0Ezp7D/kDs+TQoyVc/9eexowGr6W1AhTcEqsWe/9fT332/Y6A64RP4KBqdm9Ok4FC9TO1QiX+q9foPLjuQDbVWyYh9AiidU9TwRO6SxE0uskYCKl1vl0aBqjj9Z7AGOFwCjJ7nlu0VJkVI0tIm875ZYiSLDxdqmfpNYcEmoWhT3UswyFAMMbptP/fhc+qvUAtcppgfHqd/fi6RlF7VJnNhm1TP9IOU9wL2mIkXwp7YDENqcTq0kxKGkZ+pHjX32duiP/od9+FUV3qzOxdaYtJTPddbV/Q16EL/5ZdmhCQXaOx4HKqMurOnRWX9ESpTGPPeSwC3TFD71XK+ylLOz9jId+9sMSVthHKD1cD4C+34ZkshJrxBWvG9eC8UVHNmL62wAxDO+LN2rCmotUBqZvYAJaDgBvx6IK/YWPg=

0 comments on commit 4cf540a

Please sign in to comment.