From 738ce0b3ab02e5d6f070f4fd462cda081339189b Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Wed, 3 Jun 2015 21:49:36 +0700 Subject: [PATCH] Added missing notes in readme on how to test under docker --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31927e1..1ccc496 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,9 @@ On OSX nosetests -v --with-id --with-xunit --verbose --cover-package=reporter reporter Using Docker + docker-compose build test + docker-compose run test Jenkins -------