travis: update

This commit is contained in:
lilydjwg 2018-02-07 21:58:13 +08:00
parent 1be7b57ea0
commit 6cf7867428
1 changed files with 3 additions and 3 deletions

View File

@ -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: