From 2a96a281b12e567a446c39d1aa55e402aaae54c8 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Sun, 6 Oct 2013 16:06:25 -0400
Subject: [PATCH] No longer allow failures on PyPy

Switching to the upstream build process has fixed the issues.
---
 .travis.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 37fb5103..f9d43a0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,9 +31,3 @@ notifications:
       - "irc.freenode.org#cryptography-dev"
     use_notice: true
     skip_join: true
-
-
-matrix:
-  allow_failures:
-    # There is a segfault issue with PyPy
-    - env: TOXENV=pypy
-- 
GitLab