Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jan 13, 2017
1 parent 00e4616 commit b962b8b
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
language: python
python:
- 3.4
- 3.5
- 3.6

- 3.4
- 3.5
- 3.6
install:
- pip install coveralls -r requirements-dev.txt -e .

script:
make cov
after_success:
coveralls

- pip install coveralls -r requirements-dev.txt
script: make cov
after_success: coveralls
env:
matrix:
- PYTHONASYNCIODEBUG=1
- PYTHONASYNCIODEBUG=0
matrix:
- PYTHONASYNCIODEBUG=1
- PYTHONASYNCIODEBUG=0
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: jettify
password:
secure: V/UjH36QQcJyLqIzNb7/R1Y4nLJi1O2nvp/xf3O/myiO722QD6SZQ7u5CoWcicyQBhqodu/oXA2XeJk1LAorhKnk15CkiWhO7wFAWuYc4rQA7qgjApfercGPqcSL1K2RmGeP/UWpLR+La5o4/9zCmfG83Z007rmii9a6dbdJU7c=
on:
tags: true
repo: aio-libs/aiohttp_sse
all_branches: true
python: 3.5

0 comments on commit b962b8b

Please sign in to comment.