We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8241827 commit a88c129Copy full SHA for a88c129
1 file changed
.travis.yml
@@ -1,17 +1,8 @@
1
dist: xenial
2
language: python
3
-python:
4
-- '3.5'
5
-- '3.6'
6
-- '3.7'
7
-- '3.8'
8
-install: pip install 'tox-travis ~= 0.12.0'
9
-script: tox
10
-jobs:
11
- include:
12
- - name: Static Analysis
13
- python: '3.8'
14
- script: tox -e static
+python: '3.8'
+install: pip install tox
+script: tox -e publish
15
deploy:
16
provider: pypi
17
user: __token__
@@ -23,8 +14,3 @@ deploy:
23
repo: dbader/pytest-mypy
24
tags: true
25
python: '3.8'
26
-before_cache:
27
-- rm -rf $HOME/.cache/pip/log
28
-cache:
29
- directories:
30
- - "$HOME/.cache/pip"
0 commit comments