forked from scrapinghub/spidermon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (30 loc) · 1.15 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
sudo: false
git:
depth: false
quiet: true
language: python
dist: xenial
python:
- 3.5
- 3.6
- 3.7
install:
- pip install tox-travis codecov
script:
- tox
- if [[ "$TRAVIS_PYTHON_VERSION" == 3.7 ]]; then
tox -e docs;
tox -e pep8;
fi
after_success:
- codecov
deploy:
provider: pypi
distributions: sdist bdist_wheel
on:
tags: true
repo: scrapinghub/spidermon
condition: "$TRAVIS_PYTHON_VERSION == '3.7'"
user: scrapinghub
password:
secure: MRPUDxyYlLvIYzflLiLlEYEN1qvs5IMI1llCJea/KPV45XlduCzy3v0Dc9Em+MlW+gkIe1F5SgcNPMvRk8CtAlt4/mUZmelRxxkqKzY51xMbEVDUAPbg7ZLRcAzgOe16dqtXl8DpQJEhn87z/YXEdDU/TRz29/reNf8M/m+40m31+37WBvH7bNVf1A0jJb8Y/EIVXl/xGehIWv4U/q5HzW8NTEIUAtCOPSyJf8kIWkHO6qgJxaDJGS9CBb+m3zpWIVaBapqPtQhPDsW2YNZvlFoohU1qcmOmuu6Zah7uD34kXGSDGl7KHO7BlCjxAQ7m6Pwfc0PFy6TUFhGSoPZyh1DUKXv2MM361FdK1qoxa0PrSs0vNZU4xTvWXL98/9u0Q20lgzPlm8jUxmIgSqsStK+oPT5QNyxCTNZC5kytr36ZdacXUAqHEfmRnGcQxSH1Z/Q8/FkT1FZyn5BG4hBmQCQto4nB7ly3E+5pJQHxhJUv7GOP70rUTdc1lo1+cfDKGaqonIjlGW7VUpPaw6ZMSkYw2Xf+E7wtOoRuKuHP7bD1KfRr8WkyLavESYbHgFp2+hl6es/NM1y+vCvHcYBA1u9gPMuF3PD+AEA5CSqYrJLAqadOzoyJ6WmRGi1utgi+Cfeq/5rr8xFehJaIx8+2PCqkKRcNuN0WINM/qZJfg64=