NF: rudimentary .travis.yml for travis-ci.org service

_tent/ipv6_adapter_cmd
Yaroslav Halchenko 2012-11-06 14:00:27 -05:00
parent b159eabb51
commit da626b51cc
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -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