summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2012-07-08 22:40:40 -0700
committerErik Rose <grinch@grinchcentral.com>2012-07-08 22:40:40 -0700
commit45a816728e2cbbd090f89d2eae7b86ce081d3f10 (patch)
tree484499e2dd8b91211bc8cd96addc0cd3837cd6fc /.travis.yml
parent405ac2e46753b04deda102de40be08829bfbff4b (diff)
downloadblessings-45a816728e2cbbd090f89d2eae7b86ce081d3f10.tar.gz
Say why we let certain Travis build envs fail. Add Travis build badge to readme.
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