From ae46a2f4941e1be157815a80ec212e6493af5d62 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 2 Aug 2014 11:51:52 +0300 Subject: [PATCH] .travis.yml: add pypy3 `travis lint` said that this file still looks valid. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 596386f4e..a74d0c223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "pypy" + - "pypy3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install -vr requirements.txt