From d194ed4110f2b12a7d97c8a4909b4470cc0d1b28 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Tue, 30 Sep 2014 17:52:33 -0400 Subject: Fix coveralls --- .travis.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index c652e8d..17f7516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ -language: python -python: - - "2.7" - -# command to install dependencies -install: - - "pip install -r requirements.txt" - - "pip install coveralls" - -# command to run tests -script: - - make test-coverage - -# Coveralls -after-success: - - coveralls +language: python +python: + - "2.7" + +# command to install dependencies +install: + - "pip install -r requirements.txt" + - "pip install coveralls" + +# command to run tests +script: + - make test-coverage + +# Coveralls +after_success: + - coveralls -- cgit