From 731b45d003fbc6ed671bd61d3215a910786db0a8 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Thu, 15 Sep 2016 18:29:42 +0300 Subject: Use limnoria for tests --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f75bd68..c084ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,17 +7,17 @@ install: - mkdir void - mkdir void/Github - cp -R * void/Github/ || true - - git clone git://git.code.sf.net/p/supybot/code supybot + - git clone https://github.com/ProgVal/Limnoria.git limnoria - pip install coverage - - cd supybot + - cd limnoria - python setup.py install - cd ../void/Github script: - - python ../../supybot/scripts/supybot-test --plugins-dir=.. Github + - python ../../limnoria/scripts/supybot-test --plugins-dir=.. Github after_success: - - coverage run --branch --source plugin.py,local --omit '*init*' ../../supybot/scripts/supybot-test --plugins-dir=.. Github + - coverage run --branch --source plugin.py,local --omit '*init*' ../../limnoria/scripts/supybot-test --plugins-dir=.. Github - coverage report -m notifications: -- cgit v1.2.3