From d6c4e7023f67b726327e4eb8e7a27058f90e7985 Mon Sep 17 00:00:00 2001 From: andrefsp Date: Tue, 18 Jun 2013 16:29:18 +0100 Subject: [PATCH] Uncommented script command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5340e9f..d408881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ install: - pip install -r requirements.txt - pip install coveralls script: - - "coverage run --source=flot runtests.py" + - coverage run --source=flot runtests.py after_success: - coveralls