From 5d2b3f5552b65a51c4df28a0f957f35b504d23c1 Mon Sep 17 00:00:00 2001
From: Corey Farwell <coreyf@rwell.org>
Date: Fri, 15 Aug 2014 00:03:27 -0700
Subject: [PATCH] Enable testing on PyPy 3

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 05a3b155..39804b63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
   - pypy
   - 3.3
   - 3.4
+  - pypy3
 script:
   - make
 after_success: