add robot tests

This commit is contained in:
Matej Cotman 2014-01-25 18:07:57 +01:00
parent db825d4226
commit 6624dd51f5
4 changed files with 67 additions and 103 deletions

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: python
python:
- "2.7"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- "make"
script:
- "make tests"
- "make robot"
notifications:
irc:
channels:
- "irc.freenode.org#searx"
template:
- "%{repository}/#%{build_number}/%{branch} (%{author}): %{message} %{build_url}"