1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00
svtplay-dl/.travis.yml

28 lines
571 B
YAML
Raw Normal View History

2018-01-30 23:53:14 +01:00
sudo: false
language: python
python:
- 3.4
- 3.5
- 3.6
# see https://github.com/travis-ci/travis-ci/issues/9815
# 3.7
2018-01-30 23:53:14 +01:00
2018-01-31 00:05:57 +01:00
cache: pip
2018-01-30 23:53:14 +01:00
install:
2018-02-01 19:48:42 +01:00
- pip install -r requirements-dev.txt -r requirements.txt
2018-01-30 23:53:14 +01:00
script:
- flake8 --jobs 8 lib/svtplay_dl
- nosetests -v --all-modules --with-doctest svtplay_dl
2018-01-30 23:53:14 +01:00
deploy:
provider: pypi
user: spaam
password:
secure: YMxYmNOexO13ORBYPFPQrbt9RiLgRPmhTxHRuBVkrICXc1AXli+YGX56hF9nabCFsBT+OEEiGEux5QwSPXGDs2SoQWPKkcCS7uxD3l9QmZuA39IfwsaoDfPziU3Mr+heAmM8WdTls6rFEbUJEMG1/bNVqmijOWDBUi/k9MAC2N4=
on:
tags: true