diff --git a/README.rst b/README.rst
index ee3777cd85bf53bd95f041bfe66c05189b6e9bc6..888247a4578803b3ce3f40a26d605c0325e75bc5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,9 @@
 eb-prune
 ########
 
+.. image:: https://travis-ci.org/adarnimrod/eb-prune.svg?branch=master
+    :target: https://travis-ci.org/adarnimrod/eb-prune
+
 A CLI tool to prune old versions of Elastic Beanstalk.
 
 Installation
@@ -50,3 +53,4 @@ TODO
 - Fix Travis CI run on Python 3.2
   (https://travis-ci.org/adarnimrod/eb-prune/jobs/187705346).
 - Release to PyPI on tagged commits.
+- Add tests using moto.