all repos — markup @ f45d2901207b43bc868035bfbb4f41c4d0c1607e

The code we use to render README.your_favorite_markup

Properly run easy_install for travis
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:16:36 -0700
commit

f45d2901207b43bc868035bfbb4f41c4d0c1607e

parent

1a4bd64d54b210963cb78911a62630370cc155e0

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .travis.yml.travis.yml

@@ -1,7 +1,7 @@

-before_install: sudo apt-get install easy_install docutils +before_install: easy_install docutils rvm: - 1.9.3 - 2.0.0 notifications: disabled: true -bundler_args: --without development+bundler_args: --without development