travis: update
This commit is contained in:
parent
1be7b57ea0
commit
6cf7867428
|
@ -3,9 +3,9 @@ language: python
|
|||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "nightly"
|
||||
# ptr requires Python >= 3.3 but pypy3 reports 3.2
|
||||
# - "pypy3"
|
||||
# aiohttp requires idna-ssl which requires Python '<3.7.0'
|
||||
# - "nightly"
|
||||
- "pypy3"
|
||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky
|
||||
script: pytest
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue