Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 8810906

Browse files
author
Jacob Reinhold
committed
update travis to push to pypi
1 parent d333a01 commit 8810906

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.travis.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
# Config file for automatic testing at travis-ci.com
2-
31
language: python
42
python:
5-
- 3.9
6-
- 3.8
7-
- 3.7
8-
9-
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
3+
- 3.9
4+
- 3.8
5+
- 3.7
106
install: pip install -U tox-travis
11-
12-
# Command to run tests, e.g. python setup.py test
137
script: tox
14-
15-
# Assuming you have installed the travis-ci CLI tool, after you
16-
# create the Github repo and add it to Travis, run the
17-
# following command to finish PyPI deployment setup:
18-
# $ travis encrypt --add deploy.password
198
deploy:
209
provider: pypi
2110
distributions: sdist bdist_wheel
2211
user: jcreinhold
2312
password:
24-
secure: PLEASE_REPLACE_ME
13+
secure: qqGKcTUO6TartEGe+JwssnQlY9uZHV6MeBSg3TDOqFFqJWSiNgIWHu69E2ozmBtq28l7b5kveUbZEHGe2Q6pWyXie1Rp5YDCb5Xeo1fc7ahFbH2TNgYQmRMFugQxrpqdX+zqf/7XkZODLsL9FRGQBToySJ/EdjeLMQcpl6WCvEmj/z2e4006B7JG6i0gyU4hww1i8TYv6TmCd4jRoCWQYibxag0jeZJez3l1ytGOG76+Wamxbz7ko6UDY77eXYAdTq6lp1EXI+veiUNV1Jm52Xl4sfbsliZC+wgDx8Ti5oGeDMWvnRMHYUzuLBksvELJuY9I0J5SWpsUK2MQzgBctusM2k05tqeiaN2HIBsgQB6d4FTQxle+RxXB0e5VwImG8mvaBi1GsGqVGNh5bzbOPoZLY8kqQgw3hQ2GI2noDKE5h8/0EBNDOAMtz8TvFYIB0mCooaGR6hOXFpmRPvkdeZErj4xEJ7V9Q9L7NFPBf7y3p45SfZyLRoyTxXcdiyXgUk5hvNmgGWr8vZ0hsNpTHL+cLnEejcouAT7U3/x+5ZPaPb40m595kwSCRy0f1GE6jmIqI3RZSdFfMVBCxpebsoPEL22bxLThm5e82fD28izUzVPVpKML66Kkztq21iuLdavWoOutDGurKf6SOTugAS7BiZZUFOaXfl1MSAFsL+U=
2514
on:
2615
tags: true
2716
repo: jcreinhold/pyrobex

0 commit comments

Comments
 (0)