File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,13 @@ matrix:
13
13
- python : nightly
14
14
15
15
install :
16
- # - pip install --upgrade setuptools
17
- - pip install wheel
16
+ - pip install -U setuptools twine pip wheel
18
17
- pip install -r requirements-dev.txt
19
- - pip install codecov
18
+ - pip install -U codecov
20
19
21
20
script :
22
21
- make cov
23
- - python setup.py check -rm
24
- - if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
25
- python setup.py check -s;
26
- fi
22
+ - python setup.py check -rms
27
23
28
24
after_success :
29
25
- codecov
@@ -39,4 +35,4 @@ deploy:
39
35
on :
40
36
tags : true
41
37
all_branches : true
42
- python : 3.5
38
+ python : 3.6
Original file line number Diff line number Diff line change 8
8
from aiohttp import web
9
9
10
10
11
- __version__ = '2.5.0 '
11
+ __version__ = '2.5.1 '
12
12
13
13
14
14
class Session (MutableMapping ):
You can’t perform that action at this time.
0 commit comments