aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2016-09-15 18:29:42 +0300
committerkongr45gpen <electrovesta@gmail.com>2016-09-15 18:29:42 +0300
commit731b45d003fbc6ed671bd61d3215a910786db0a8 (patch)
tree9008612f65e8a1062dd76efc704eb8412eaa34bd /.travis.yml
parent810828948c4175c36fa196146ce45d58c89c0b74 (diff)
downloadsupybot_github-731b45d003fbc6ed671bd61d3215a910786db0a8.tar.gz
supybot_github-731b45d003fbc6ed671bd61d3215a910786db0a8.tar.bz2
supybot_github-731b45d003fbc6ed671bd61d3215a910786db0a8.zip
Use limnoria for tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
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:

© 2014-2024 Faster IT GmbH | imprint | privacy policy