From 4e739957aa80f46b12acaf74b9b3e88f5942139f Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Fri, 26 Jul 2019 12:27:42 +0200 Subject: [PATCH] Try to fix Travis with PyPy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d565f320..32dd4b86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: dist: xenial sudo: true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815 - env: TOXENV=pypy - python: pypy-5.7.1 + python: pypy - env: TOXENV=pre-commit python: 3.6 - env: TOXENV=mypy