Skip to content

Commit

Permalink
Added deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkm committed Aug 2, 2018
1 parent bf03c41 commit 55fa99d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
- '3.4'
- '3.5'
- '3.6'
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- pip install -r requirements.txt
- pip install -r test_requirements.txt
script:
- nosetests --with-coverage
- nosetests --with-coverage
after_success:
- codecov
- codecov
deploy:
provider: pypi
user: "Your username"
password: "Your password"
user: jnkm
password:
secure: IDzZS7+ypRDdOkUYDOfJ6yMzn+b5vwedOXVmrRxNC/qW3LCb0uFD4bT0uxgwMEzsiFpBFXnrW3oBszNpL/9A/yLmjXKvfmy9kl8iEAUEaqFgKVeYnCRtnyU7JK4LfmaZfINqf8gv0rWbDJ/p8bUgZoS6H3XBwyAm5xy9wRj81GO0HgaNvDn4e1gCxLz+LH4phYom3oCKGHHvD0i9/EU7ljoFGLFYWM2skS51Gq7mlUJ+w69LS94LBeLljwW73TzJs6r9Whrgxh5J/OReyuH7jwuYyIoFoV4d9iS/GZelKePPVIn4ZXd5rYvrBTBaHMZYAaNc7BrlAYNzbXLaIUlCWmeK8tUr0D11n37IP/XXbZh0W/Au4oQ/If0G3wdQwoLJ/h4ZlcB7HvWmH2KXarsiGIeJHFfCqKE++J2WXRBZUXqPEN6ATIvCc7NqcxBj2vcU5xbJ7Jt/6fLkKmAoyO4prTdv7SV/N4wujMkh2dHk+HG3uCpchrU3TAFVA/USCQyM4OHo0VOUvQCKErOaKh5HqALg6givEPDUvQce6gHPjeTcjamXj1FLsmt1db1/MXOXy3ttn1sxRktHZ7rY8wDiKR8y4hTMiWYigsG6InRev432XAOASQh5EEOmZhM80LZ0foqfKVSCCPpd2WxM1U/phFMm0YXg3tcOjsNUNVYPaps=
on:
branch: deploy
tags: true

0 comments on commit 55fa99d

Please sign in to comment.