try Python 3.7 again
This commit is contained in:
parent
cb6d38ed43
commit
8d2690e344
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue