File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
3- - 3.4
4- - 3.5
5- - 3.6
6-
3+ - 3.4
4+ - 3.5
5+ - 3.6
76install :
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
1510env :
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
You can’t perform that action at this time.
0 commit comments