File tree 2 files changed +28
-5
lines changed
2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - ' 3.6'
3
+ - " 2.7"
4
+ - " 3.6"
5
+ - " 3.7"
6
+ - " 3.8"
7
+ - " 3.9"
4
8
install :
5
- - pip install -r requirements.txt
6
- - pip install pytest-cov
7
- - pip install unittest2
9
+ - pip install -r requirements-test.txt
8
10
script : py.test --cov=dyndns --cov-config=.coveragerc
9
11
deploy :
10
12
provider : pypi
11
13
user : " __token__"
12
14
password :
13
15
secure : WbgltkoM1BZQJeTJpm7J/Drvh8vm/L4QPm7+aOIP4Xx2Sw71ClAvPYH5I2Q7Vi6hJ2/5W5jCuxuUaqPYAYWYQLpGp5QwyN7FQVlBbcW3N4aCWDKJKrgn20W0caBIKPVTTh/ZuYEbO52nuccZKOqtiLe3UpbSbSNQO5iDI3aNRhggchZUQ/rIVjESYHOmtyW4dAvfHaoCCOirnP2FNuGyD4f9vlz5kXCLMlVXzma+KMzIwNxL6WJrrzUboPbd47MIDswHHrbGGGB6DzUJP2Bz7d2WRDXQahd+spnr7TDH03K3zu23dv1hYluAGx7AUukYLpeFExRkUohpDF+oqqVHfkft13GRKi2hOHLAvqru27T+lAcfwA4E/KnOy2+7bzCW8lyTegkspBVgEb2dOBH/mxGoV2h01bBBO8Ev7QEt+Xnf+EfCgNnKWBZi4LqRCOU+4P8taSIJt5h0JqpxbXCfEIJjCG+hUUkmEd6suVOxFzA90gWLVUQS3T/4yMRxpCwykrJ66a1IWTgVP6nFvTRJkJ+KuRjsr7rI3hR8L07fDmyjfWNnyaQ/3sBWCXkH2BEJnGU6Z099NmqQ/vlIiVAmRUGG5rASf5cAxh4DkVbmqu98nxC/ZqEKAb3kjZX+lPy20j1L0+1UUOch0RMgtIlF9ipZtKCeROnml6xsvJ9V3Oc=
14
16
on :
15
- tags : true
17
+ tags : true
18
+ skip_existing : true
Original file line number Diff line number Diff line change
1
+ atomicwrites==1.4.0
2
+ attrs==20.3.0
3
+ backports.functools-lru-cache==1.6.4
1
4
certifi==2020.12.5
2
5
cffi==1.14.5
3
6
chardet==4.0.0
7
+ colorama==0.4.4
8
+ configparser==4.0.2
9
+ contextlib2==0.6.0.post1
10
+ coverage==5.5
4
11
cryptography==3.3.2
5
12
decorator==4.4.2
6
13
dnspython==1.16.0
7
14
domain-connect==0.0.9
8
15
enum34==1.1.10
16
+ funcsigs==1.0.2
9
17
future==0.18.2
10
18
idna==2.10
19
+ importlib-metadata==2.1.1
11
20
ipaddress==1.0.23
12
21
linecache2==1.0.0
22
+ more-itertools==5.0.0
23
+ packaging==20.9
24
+ pathlib2==2.3.5
25
+ pluggy==0.13.1
13
26
publicsuffix==1.1.1
14
27
publicsuffixlist==0.7.7
28
+ py==1.10.0
15
29
pycparser==2.20
30
+ pyparsing==2.4.7
31
+ pytest==4.6.11
32
+ pytest-cov==2.11.1
16
33
requests==2.25.1
34
+ scandir==1.10.0
17
35
six==1.15.0
18
36
traceback2==1.4.0
19
37
unittest2==1.1.0
20
38
urllib3==1.26.4
21
39
validators==0.14.2
40
+ wcwidth==0.2.5
41
+ zipp==1.2.0
You can’t perform that action at this time.
0 commit comments