ENH: trying to go native travis-ci python way to take advantage of virtualenv's with older pythons

_tent/ipv6_adapter_cmd
Yaroslav Halchenko 2012-11-06 22:05:41 -05:00
parent 29aef9381a
commit efc4fd5f0b
1 changed files with 8 additions and 11 deletions

View File

@ -1,14 +1,11 @@
# vim ft=yaml # vim ft=yaml
# travis-ci.org definition for Fail2Ban build (based on nipy configuration) # travis-ci.org definition for Fail2Ban build
# language: python
# We pretend to be erlang because we need can't use the python support in python:
# travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib, - "2.5"
# and it is impractical to build them - "2.6"
language: erlang - "2.7"
env:
- PYTHON=python PYSUF=''
# - PYTHON=python3 PYSUF=3 : python3-numpy not currently available
install: install:
- sudo apt-get install $PYTHON-all $PYTHON-all-dbg $PYTHON-pyinotify $PYTHON-gamin - "pip install pyinotify"
script: script:
- ./fail2ban-testcases-all - python ./fail2ban-testcases