From 732b2daace48f7cf9c9ba08250e154dc3375e3f9 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 13 May 2014 20:23:40 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6111b128e..3244980eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,11 @@ python: - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - pip install -r requirements.txt + - pip install -rv requirements.txt # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION - - python setup.py install + - pip install -rv . - supybot-test test --plugins-dir=./build/lib*/supybot/plugins/ --no-network --disable-multiprocessing --exclude=./build/lib*/supybot/plugins/Scheduler --exclude=./build/lib*/supybot/plugins/Filter after_success: - sandbox/check_trans.py plugins/