From 3d7d27ec8a55871176561d2e6e3a2fa7141ae3fe Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 4 Jan 2013 19:38:35 +0100 Subject: [PATCH] Add travis integration. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..38c31cede --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +python: + - "3.2" + - "2.7" + - "2.6" + - "2.5" +# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors +install: + - setuptools +# command to run tests, e.g. python setup.py test +script: + - python setup.py install --user + - supybot-test test + - supybot-test --plugins-dir=plugins/