Skip to content

Commit b962b8b

Browse files
committed
update
1 parent 00e4616 commit b962b8b

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

.travis.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
language: python
22
python:
3-
- 3.4
4-
- 3.5
5-
- 3.6
6-
3+
- 3.4
4+
- 3.5
5+
- 3.6
76
install:
8-
- pip install coveralls -r requirements-dev.txt -e .
9-
10-
script:
11-
make cov
12-
after_success:
13-
coveralls
14-
7+
- pip install coveralls -r requirements-dev.txt
8+
script: make cov
9+
after_success: coveralls
1510
env:
16-
matrix:
17-
- PYTHONASYNCIODEBUG=1
18-
- PYTHONASYNCIODEBUG=0
11+
matrix:
12+
- PYTHONASYNCIODEBUG=1
13+
- PYTHONASYNCIODEBUG=0
14+
deploy:
15+
provider: pypi
16+
distributions: sdist bdist_wheel
17+
user: jettify
18+
password:
19+
secure: V/UjH36QQcJyLqIzNb7/R1Y4nLJi1O2nvp/xf3O/myiO722QD6SZQ7u5CoWcicyQBhqodu/oXA2XeJk1LAorhKnk15CkiWhO7wFAWuYc4rQA7qgjApfercGPqcSL1K2RmGeP/UWpLR+La5o4/9zCmfG83Z007rmii9a6dbdJU7c=
20+
on:
21+
tags: true
22+
repo: aio-libs/aiohttp_sse
23+
all_branches: true
24+
python: 3.5

0 commit comments

Comments
 (0)