Update travis

This commit is contained in:
Manuel Ebert 2013-07-19 12:43:58 +02:00
parent cb9beac711
commit e75c24c696

View file

@ -3,9 +3,13 @@ python:
- "2.6"
- "2.7"
- "3.3"
install: "pip install -r requirements.txt --use-mirrors"
install:
- "pip install -q -r requirements.txt --use-mirrors"
- "pip install -q behave"
# command to run tests
script: nosetests
script:
- python --version
- behave
matrix:
allow_failures: # python 3 support for travis is shaky....
- python: 3.3