From ac155dc4e25a6c91d36d9c7b5f8bed9aacbb426c Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Mon, 28 Apr 2014 00:59:29 +0300 Subject: Add .travis.yml --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4061c59 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: python +python: + - "2.6" + - "2.7" + +install: + - mkdir void + - mkdir void/Github + - cp -R * void/Github/ || true + - git clone git://git.code.sf.net/p/supybot/code supybot + - pip install coverage + - cd supybot + - python setup.py install + - cd ../void/Github + +script: + - coverage run --source plugin.py,local --omit '*init*' ../../supybot/scripts/supybot-test --plugins-dir=.. Github + - coverage report -m -- cgit v1.2.3