Skip to content

Commit

Permalink
Try to fix tranvis build
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 12, 2018
1 parent a2c7896 commit 7181e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Expand Up @@ -13,17 +13,13 @@ matrix:
- python: nightly

install:
# - pip install --upgrade setuptools
- pip install wheel
- pip install -U setuptools twine pip wheel
- pip install -r requirements-dev.txt
- pip install codecov
- pip install -U codecov

script:
- make cov
- python setup.py check -rm
- if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
python setup.py check -s;
fi
- python setup.py check -rms

after_success:
- codecov
Expand All @@ -39,4 +35,4 @@ deploy:
on:
tags: true
all_branches: true
python: 3.5
python: 3.6
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Expand Up @@ -8,7 +8,7 @@
from aiohttp import web


__version__ = '2.5.0'
__version__ = '2.5.1'


class Session(MutableMapping):
Expand Down

0 comments on commit 7181e08

Please sign in to comment.