Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Jun 11, 2019
1 parent 6d18cdf commit d42b24f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
@@ -0,0 +1,27 @@
language: python
python:
- "3.6"

services:
- rabbitmq

branches:
only:
- master
- develop
- /^release-.*$/
- travis-test

install:
- pip install -r requirements.txt

script:
- python setup.py test

deploy:
provider: pypi
distributions: sdist bdist_wheel
user: iconfoundation
password: $PYPI_PW
on:
branch: master

0 comments on commit d42b24f

Please sign in to comment.