Skip to content

Commit

Permalink
Merge 36d47b3 into 7ce8255
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Mar 7, 2019
2 parents 7ce8255 + 36d47b3 commit 849a63e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,11 @@ matrix:
python: "3.5"
- env: TOXENV=py36
python: "3.6"
- env: TOXENV=py37
python: "3.7"
# see https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
dist: xenial
sudo: required
- env: TOXENV=pre-commit
python: "3.6"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -28,6 +28,7 @@
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
install_requires=[
'aiohttp>=3.3',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, pre-commit
envlist = py35, py36, py37, pre-commit
tox_pip_extensions_ext_venv_update = true
tox_pip_extensions_ext_pip_custom_platform = true

Expand Down

0 comments on commit 849a63e

Please sign in to comment.