Skip to content

Commit

Permalink
Merge pull request #145 from aio-libs/updatetravis
Browse files Browse the repository at this point in the history
update travis configuration
  • Loading branch information
JelleZijlstra committed Jul 6, 2018
2 parents 3ae6d52 + d3293b8 commit 3584a09
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
conditions: v1

language: python

python:
Expand Down Expand Up @@ -36,14 +38,25 @@ env:

cache: apt


deploy:
provider: pypi
user: aio-libs-bot
password:
secure: Z2giKAktwJWUWcWqgTUYgwvc46UmvvbAPzhTu6gIODN35MPGGsk6lXZiAb3znWx3UBRmGATT70pk6VkywW72dvi0BBwFyacGUsZu0Rk/5MU5L/EkXwd+hSEzlBpijrxu4AJGnvyxCydau+tZFTrelfcedgZlY/XeBI9iLoW+LQk=
distributions: "sdist bdist_wheel"
on:
tags: true
all_branches: true
python: 3.5
jobs:
fast_finish: true
allow_failures:
- python: 3.7
include:
- python: 3.7
dist: xenial
sudo: required
- stage: Deploy to PYPI
python: 3.6
script: skip
after_success: []
deploy:
provider: pypi
user: aio-libs-bot
password:
secure: Z2giKAktwJWUWcWqgTUYgwvc46UmvvbAPzhTu6gIODN35MPGGsk6lXZiAb3znWx3UBRmGATT70pk6VkywW72dvi0BBwFyacGUsZu0Rk/5MU5L/EkXwd+hSEzlBpijrxu4AJGnvyxCydau+tZFTrelfcedgZlY/XeBI9iLoW+LQk=
distributions: "sdist bdist_wheel"
on:
tags: true
all_branches: true
python: 3.6

0 comments on commit 3584a09

Please sign in to comment.