From da626b51cc64c4b7c1c172112b0dec1d577431ea Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 6 Nov 2012 14:00:27 -0500 Subject: [PATCH] NF: rudimentary .travis.yml for travis-ci.org service --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..3e781b60 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +# vim ft=yaml +# travis-ci.org definition for Fail2Ban build (based on nipy configuration) +# +# We pretend to be erlang because we need can't use the python support in +# travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib, +# and it is impractical to build them +language: erlang +env: + - PYTHON=python PYSUF='' + # - PYTHON=python3 PYSUF=3 : python3-numpy not currently available +install: + - sudo apt-get install $PYTHON-pyinotify + - sudo apt-get install $PYTHON-gamin +script: + - ./fail2ban-testcases