diff --git a/.travis.yml b/.travis.yml index ecfc9bde..15cf9c92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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