summaryrefslogtreecommitdiff
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
parent405ac2e46753b04deda102de40be08829bfbff4b (diff)
downloadblessings-45a816728e2cbbd090f89d2eae7b86ce081d3f10.tar.gz
Say why we let certain Travis build envs fail. Add Travis build badge to readme.
-rw-r--r--.travis.yml4
-rw-r--r--README.rst5
2 files changed, 6 insertions, 3 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
diff --git a/README.rst b/README.rst
index e3397bd..5bfeb87 100644
--- a/README.rst
+++ b/README.rst
@@ -420,7 +420,10 @@ Bugs
Bugs or suggestions? Visit the `issue tracker`_.
-.. _`issue tracker`: https://github.com/erikrose/blessings/issues/new
+.. _`issue tracker`: https://github.com/erikrose/blessings/issues/
+
+.. image:: https://secure.travis-ci.org/erikrose/blessings.png
+
License
=======