Skip to content

Commit a88c129

Browse files
committed
Use Travis CI for publishing only
1 parent 8241827 commit a88c129

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.travis.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
dist: xenial
22
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
3+
python: '3.8'
4+
install: pip install tox
5+
script: tox -e publish
156
deploy:
167
provider: pypi
178
user: __token__
@@ -23,8 +14,3 @@ deploy:
2314
repo: dbader/pytest-mypy
2415
tags: true
2516
python: '3.8'
26-
before_cache:
27-
- rm -rf $HOME/.cache/pip/log
28-
cache:
29-
directories:
30-
- "$HOME/.cache/pip"

0 commit comments

Comments
 (0)