Test on Python 3.4

This commit is contained in:
Manuel Ebert 2014-04-10 15:57:35 -04:00
parent 02a2ecbf97
commit fc998b3758

View file

@ -3,6 +3,7 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.3" - "3.3"
- "3.4"
install: install:
- "pip install -e . --use-mirrors" - "pip install -e . --use-mirrors"
- "pip install pycrypto>=2.6 --use-mirrors" - "pip install pycrypto>=2.6 --use-mirrors"
@ -11,6 +12,3 @@ install:
script: script:
- python --version - python --version
- behave - behave
matrix:
allow_failures: # python 3 support for travis is shaky....
- python: 3.3