From ae9b8c8b4294974ae5d8f1207d675007863a9506 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 4 Jan 2013 20:17:49 +0100 Subject: [PATCH] travis.yml: Run all tests in one command. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b025c7a9..07d488445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,4 @@ install: # command to run tests, e.g. python setup.py test script: - python setup.py install - - supybot-test test - - supybot-test --plugins-dir=plugins/ + - supybot-test test --plugins-dir=plugins/