Explorar o código

Merge pull request #478 from SurveyMonkey/pypy_no_longer_allowed_failure

.travis.yml: Make pypy not an allow_failures
Chris McDonough %!s(int64=11) %!d(string=hai) anos
pai
achega
851c9110f4
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -8,10 +8,7 @@ env:
     - TOXENV=py32
     - TOXENV=py33
     - TOXENV=py34
-matrix:
-  allow_failures:
-    - env: TOXENV=pypy
-  fast_finish: true
+    - TOXENV=pypy
 install:
     - travis_retry pip install tox==1.6.1
 script: