try Python 3.7 again

This commit is contained in:
lilydjwg 2018-04-11 16:50:13 +08:00
parent cb6d38ed43
commit 8d2690e344
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ language: python
python:
- "3.5"
- "3.6"
# aiohttp requires idna-ssl which requires Python '<3.7.0'
# - "nightly"
- "nightly"
- "pypy3"
install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog
script: pytest