summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2018-01-03 11:55:27 -0500
committerErik Rose <erik@mozilla.com>2018-01-03 11:55:27 -0500
commita9c901e443529f2bc5aa026ada5a1e3509c6620a (patch)
treee681cfdf2662dfdffe83025a96cd1f7e6fffbf75
parent2b35169878f5ceab92b4e268579fa160069fb21d (diff)
downloadblessings-a9c901e443529f2bc5aa026ada5a1e3509c6620a.tar.gz
pypy doesn't seem to fail on Travis anymore.1.6.1
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b3ed372..9ae62dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,6 @@ python:
- 3.6
- pypy
-matrix:
- allow_failures:
- - python: pypy # PyPy doesn't have _curses.
-
install:
- pip install -q nose
- python setup.py install