Skip to content

Commit

Permalink
update travis to push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Reinhold committed May 6, 2021
1 parent d333a01 commit 8810906
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
# Config file for automatic testing at travis-ci.com

language: python
python:
- 3.9
- 3.8
- 3.7

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
- 3.9
- 3.8
- 3.7
install: pip install -U tox-travis

# Command to run tests, e.g. python setup.py test
script: tox

# Assuming you have installed the travis-ci CLI tool, after you
# create the Github repo and add it to Travis, run the
# following command to finish PyPI deployment setup:
# $ travis encrypt --add deploy.password
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: jcreinhold
password:
secure: PLEASE_REPLACE_ME
secure: qqGKcTUO6TartEGe+JwssnQlY9uZHV6MeBSg3TDOqFFqJWSiNgIWHu69E2ozmBtq28l7b5kveUbZEHGe2Q6pWyXie1Rp5YDCb5Xeo1fc7ahFbH2TNgYQmRMFugQxrpqdX+zqf/7XkZODLsL9FRGQBToySJ/EdjeLMQcpl6WCvEmj/z2e4006B7JG6i0gyU4hww1i8TYv6TmCd4jRoCWQYibxag0jeZJez3l1ytGOG76+Wamxbz7ko6UDY77eXYAdTq6lp1EXI+veiUNV1Jm52Xl4sfbsliZC+wgDx8Ti5oGeDMWvnRMHYUzuLBksvELJuY9I0J5SWpsUK2MQzgBctusM2k05tqeiaN2HIBsgQB6d4FTQxle+RxXB0e5VwImG8mvaBi1GsGqVGNh5bzbOPoZLY8kqQgw3hQ2GI2noDKE5h8/0EBNDOAMtz8TvFYIB0mCooaGR6hOXFpmRPvkdeZErj4xEJ7V9Q9L7NFPBf7y3p45SfZyLRoyTxXcdiyXgUk5hvNmgGWr8vZ0hsNpTHL+cLnEejcouAT7U3/x+5ZPaPb40m595kwSCRy0f1GE6jmIqI3RZSdFfMVBCxpebsoPEL22bxLThm5e82fD28izUzVPVpKML66Kkztq21iuLdavWoOutDGurKf6SOTugAS7BiZZUFOaXfl1MSAFsL+U=
on:
tags: true
repo: jcreinhold/pyrobex
Expand Down

0 comments on commit 8810906

Please sign in to comment.