diff --git a/.travis.yml b/.travis.yml
index 8bee3a161d55ff029fc732278aa61bf8e4e96202_LnRyYXZpcy55bWw=..3afe903aa4eaa624c34bc60cae3a8d3db6095edc_LnRyYXZpcy55bWw= 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@
 # Then run the remainder.
 python:
   - "pypy"
-  - "pypy-2.3.1"
   - "pypy3"
   - 3.4
   - 2.7
@@ -70,6 +69,5 @@
     # (Installation is very slow on Py3, so just do it for Py2.)
   - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
   - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
-
 matrix:
   fast_finish: true
@@ -74,4 +72,2 @@
 matrix:
   fast_finish: true
-  allow_failures:
-   - python: pypy