Skip to content

Commit cd78f02

Browse files
committed
Remove autodeploy to pypi
1 parent 712873e commit cd78f02

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.travis.yml

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
language: python
22
python:
3-
- 3.8
4-
- 3.7
5-
- 3.6
6-
- 3.5
3+
- 3.8
4+
- 3.7
5+
- 3.6
6+
- 3.5
77
install: pip install -U tox-travis
88
script: tox
9-
deploy:
10-
provider: pypi
11-
distributions: sdist bdist_wheel
12-
user: "__token__"
13-
password:
14-
secure: pypi-AgEIcHlwaS5vcmcCJDU0MDcxMjMwLTI5YmUtNGU2ZC1iOTA2LTA0ZTAzYmYxNWM2OAACJXsicGVybWlzc2lvbnMiOiAidXNlciIsICJ2ZXJzaW9uIjogMX0AAAYgP89su9CET-3KxMD-Yqna5e--L-NVAN7AOJqo6ZgrFbo
15-
on:
16-
tags: true
17-
repo: ivlevdenis/drf_extended_viewset
18-
python: 3.8

0 commit comments

Comments
 (0)