From 5848aa39d9bc5afc72deb79e7b18e455a70c878c Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Wed, 5 Dec 2018 16:59:07 +0800 Subject: [PATCH] travis-ci: fix pypy3, and python 3.7 works now --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c31d6dc..0c8731d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.6" - "3.7" - "nightly" - - "pypy3" + - "pypy3.5" install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog script: pytest env: @@ -26,6 +26,5 @@ matrix: fast_finish: true allow_failures: # doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582 - - python: pypy3 + - python: pypy3.5 env: DEPS=aiohttp - - python: "3.7"