This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
- # Config file for automatic testing at travis-ci.com
2
-
3
1
language : python
4
2
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
10
6
install : pip install -U tox-travis
11
-
12
- # Command to run tests, e.g. python setup.py test
13
7
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
19
8
deploy :
20
9
provider : pypi
21
10
distributions : sdist bdist_wheel
22
11
user : jcreinhold
23
12
password :
24
- secure : PLEASE_REPLACE_ME
13
+ secure : qqGKcTUO6TartEGe+JwssnQlY9uZHV6MeBSg3TDOqFFqJWSiNgIWHu69E2ozmBtq28l7b5kveUbZEHGe2Q6pWyXie1Rp5YDCb5Xeo1fc7ahFbH2TNgYQmRMFugQxrpqdX+zqf/7XkZODLsL9FRGQBToySJ/EdjeLMQcpl6WCvEmj/z2e4006B7JG6i0gyU4hww1i8TYv6TmCd4jRoCWQYibxag0jeZJez3l1ytGOG76+Wamxbz7ko6UDY77eXYAdTq6lp1EXI+veiUNV1Jm52Xl4sfbsliZC+wgDx8Ti5oGeDMWvnRMHYUzuLBksvELJuY9I0J5SWpsUK2MQzgBctusM2k05tqeiaN2HIBsgQB6d4FTQxle+RxXB0e5VwImG8mvaBi1GsGqVGNh5bzbOPoZLY8kqQgw3hQ2GI2noDKE5h8/0EBNDOAMtz8TvFYIB0mCooaGR6hOXFpmRPvkdeZErj4xEJ7V9Q9L7NFPBf7y3p45SfZyLRoyTxXcdiyXgUk5hvNmgGWr8vZ0hsNpTHL+cLnEejcouAT7U3/x+5ZPaPb40m595kwSCRy0f1GE6jmIqI3RZSdFfMVBCxpebsoPEL22bxLThm5e82fD28izUzVPVpKML66Kkztq21iuLdavWoOutDGurKf6SOTugAS7BiZZUFOaXfl1MSAFsL+U=
25
14
on :
26
15
tags : true
27
16
repo : jcreinhold/pyrobex
You can’t perform that action at this time.
0 commit comments