summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f581b3f..c2fdd24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,8 @@ python:
matrix:
allow_failures:
- - python: 3.2
- - python: pypy
+ - python: 3.2 # Not a new enough 3.2 for blessings
+ - python: pypy # PyPy doesn't have _curses.
script:
- pip install -q --use-mirrors nose