зеркало из https://github.com/mozilla/commonware.git
20 строки
476 B
YAML
20 строки
476 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
install: pip install tox-travis
|
|
script: tox
|
|
deploy:
|
|
provider: pypi
|
|
distributions: sdist bdist_wheel
|
|
user: pmclanahan
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|
|
repo: mozilla/commonware
|
|
python: "3.7"
|
|
password:
|
|
secure: rfmIIYgx4otFHj3TxL/naC91zk1wRgY1Oh4NXH/BbHmLUmA5VME+75uvPXd4flsr4gqCERClZP52b0gIm3wxu2u7PK4HXwQfIH1Wg2SgLSiyV56TpEWdunk+I7gUpkacNwINdPg/RJJtkFn5WpUtXX8PDd2GjHLfKnXSZDCdmFU=
|