From 67e7bd800672e356e968a5d5cc95d2e0302086b3 Mon Sep 17 00:00:00 2001 From: noah morrison Date: Tue, 18 Nov 2014 23:01:24 -0500 Subject: [PATCH] fixed travis not calling coveralls /facepalm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0fc4dd..610d6a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ script: - pep8 . - ./test_spec.py - coverage -x ./test_spec.py -after-success: +after_success: - coveralls -- 2.47.3