File tree Expand file tree Collapse file tree 1 file changed +14
-22
lines changed Expand file tree Collapse file tree 1 file changed +14
-22
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
-
3
2
language : python
4
3
python :
5
- - 3.6
6
- - 3.7
7
- - 3.8
8
- - pypy3
9
-
4
+ - 3.6
5
+ - 3.7
6
+ - 3.8
7
+ - pypy3
10
8
addons :
11
9
apt :
12
10
packages :
13
- -
14
-
11
+ -
15
12
install :
16
- - pip install codecov
17
- - pip install tox
18
- - pip install tox-travis
19
-
13
+ - pip install codecov
14
+ - pip install tox
15
+ - pip install tox-travis
20
16
script :
21
- - codecov --version
22
- - tox
23
-
17
+ - codecov --version
18
+ - tox
24
19
after_success :
25
- - codecov
26
-
20
+ - codecov
27
21
notifications :
28
22
email : false
29
-
30
23
deploy :
31
24
provider : pypi
32
25
on :
33
26
tags : true
34
- distributions : " bdist_wheel"
27
+ distributions : bdist_wheel
35
28
skip_existing : true
36
- user : " __token__"
29
+ user : __token__
37
30
password :
38
- secure : XXX
39
-
31
+ secure : CCG5bVM31/Ee/WiBRMA6fNmpLUt0+Vn+J2iuz4zH8NvKygKyz5wzJXko1jCyB3hnI0D4ur/IYR+zEIxTKUHwls6eCwY1itZWlcYPVHcNNoHRr2Uvoj+rphhVzGXTVWk9DQ4CM16BmwfHEH3OF/x7cFkCo+i0htnVnEqA3Fu5fW14n69JOta4D45IuxJRLSaPHlvY8lt1HN6bIERxdeQjlQzOKvAi7yeDnE2Tajf2ZEekOvAjxJANulN0d8IcSsvAg2QmW0xB7nMeOEbwrWF0HOJXqrl4m9hvQ8bH9d7/nhuz6bwzAwgmt5CcP7qNzWMnc5+lhzBJFm3ZUxBt6LkrJFRY56KwGdlxsPWrhQjNS/06AhYtj5E94xcrsUbrL8tazF0oKLS90DfimuFQdbcq0sOclSUOMA1SzPxzSviu6uBHxRjbeFtfa4Y0od95uG7Uf1VFC2TCYCKcvIoryhgA1p+xhHZqXW6tlENnFAqHS200+PQfbCkY7kJF0RpKxPOOioRbBmvistlUBzgY55ij9U1kmALVEXlXsAoZAixD1RoujY/QBbI50wlg84B+Ucjun5aHg0j5t5A2HqEPg7Dn3cUFCWZ1hj7VCX1+pwKdYTo4SsbZCwmuVN8vg66Sf7wv+BV2o6MGNQaq97eN8+cy2lK0A8kbKhV4tIyvPJd0iss=
You can’t perform that action at this time.
0 commit comments