From c9764ed120f31dcfc7157c94d67e0895470cb6b7 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 5 Oct 2015 09:43:40 +0300 Subject: [PATCH] More flailing about --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 493c80cc..7e511254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: install: - pip install coverage coveralls . script: - - coverage run setup.py -q test + - coverage run ./runtests after_success: - coveralls notifications: