Skip to content

Commit 65bbf8d

Browse files
committed
Added deploy token.
1 parent ad25ad5 commit 65bbf8d

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

.travis.yml

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,31 @@
11
sudo: false
2-
32
language: python
43
python:
5-
- 3.6
6-
- 3.7
7-
- 3.8
8-
- pypy3
9-
4+
- 3.6
5+
- 3.7
6+
- 3.8
7+
- pypy3
108
addons:
119
apt:
1210
packages:
13-
-
14-
11+
-
1512
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
2016
script:
21-
- codecov --version
22-
- tox
23-
17+
- codecov --version
18+
- tox
2419
after_success:
25-
- codecov
26-
20+
- codecov
2721
notifications:
2822
email: false
29-
3023
deploy:
3124
provider: pypi
3225
on:
3326
tags: true
34-
distributions: "bdist_wheel"
27+
distributions: bdist_wheel
3528
skip_existing: true
36-
user: "__token__"
29+
user: __token__
3730
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=

0 commit comments

Comments
 (0)