From 7e1d20fb5f8e76928952d7a21dbcb096cc9bf4a1 Mon Sep 17 00:00:00 2001 From: Greg Sebastian Date: Thu, 28 Dec 2017 13:36:44 -0800 Subject: [PATCH] Added coveralls installation to .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9f0787..c7b3475 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ branches: - master install: - - pip install coverage tox + - pip install coverage tox coveralls script: - tox