Skip to content

Commit

Permalink
Bump to aiohttp 3.6.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Aug 20, 2019
1 parent 44e5076 commit f8d1d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,12 @@ jobs:
- docker
script:
- pip install -r requirements/cython.txt
- pip install -r requirements/ci.txt # to compile *.c files by Cython
- make cythonize
- ./tools/run_docker.sh "aiohttp"
- pip install --no-index --find-links=dist aiohttp
- pip install -r requirements/ci-wheel.txt
# switch current dir to don't import ./aiohttp but installed wheel
- cd test && pytest
deploy:
<<: *deploy_step

Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.6.0a3'
__version__ = '3.6.0a4'

from typing import Tuple # noqa

Expand Down

0 comments on commit f8d1d98

Please sign in to comment.