From 395dcc301358e75f6498737f008e95a0d998e260 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 30 Dec 2016 16:48:41 +0200
Subject: [PATCH] - Added Travis CI shield to README. - Updated TODO list.

---
 README.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.rst b/README.rst
index ee3777c..888247a 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.
-- 
GitLab