Skip to content

Commit

Permalink
Drop support for aiohttp 23 from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Barra committed Aug 11, 2018
1 parent 6330071 commit c62a25b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tox.ini
Expand Up @@ -2,23 +2,22 @@
envlist =
flake8,
mypy,
py35-aiohttp{23,30}
py36-aiohttp{23,30}
py35-aiohttp{30}
py36-aiohttp{30}
skipsdist=True

[travis]
python =
3.5: py35-aiohttp{23,30}, flake8, mypy
3.6: py36-aiohttp{23,30}, flake8, mypy
3.5: py35-aiohttp{30}, flake8, mypy
3.6: py36-aiohttp{30}, flake8, mypy

[testenv]
passenv=DOCKER_HOST DOCKER_VERSION
usedevelop=True
commands =
python -m pytest -v --cov=aiodocker {posargs:tests}
deps =
aiohttp23: aiohttp>=2.3,<2.4
aiohttp30: aiohttp>=3.0,<3.1
aiohttp30: aiohttp>=3.0
-r{toxinidir}/requirements/test.txt
setenv =
PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit c62a25b

Please sign in to comment.