summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 278906eb32cb4f4af64bc382e8405a23b07f13e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
#  - "3.4"  # Not available on Travis yet, see https://github.com/travis-ci/travis-ci/issues/1989
install:
  - "pip install -e . --use-mirrors"
  - "pip install pycrypto>=2.6 --use-mirrors"
  - "pip install -q behave"
# command to run tests
script:
 - python --version
 - behave