We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712873e commit cd78f02Copy full SHA for cd78f02
.travis.yml
@@ -1,18 +1,8 @@
1
language: python
2
python:
3
-- 3.8
4
-- 3.7
5
-- 3.6
6
-- 3.5
+ - 3.8
+ - 3.7
+ - 3.6
+ - 3.5
7
install: pip install -U tox-travis
8
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