From 6e5087160953eb1ee7754453e10e68d40928e06c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 29 Mar 2018 11:19:11 +0200 Subject: Travis: Run tests with pypy3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2964683..e09e518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.4" - "3.5" - "3.6" + - "pypy3.5" install: - pip install . script: -- cgit v1.2.3