From de9b811f06e559a3ba22fb18b5620fc392c6c102 Mon Sep 17 00:00:00 2001 From: Cyb3r Jak3 Date: Sun, 11 Oct 2020 14:43:45 -0400 Subject: [PATCH] Adds in pypy for testing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3f70ec..4d325c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ python: - "3.6" - "3.7" - "3.8" - - "pypy" - - "pypy3.6-7.3.1" + - "pypy" + - "pypy3.6-7.3.1" install: - "pip install ." - "pip install -r requirements_dev.txt"