From fc998b37585edd29f7670577bb778bc380773217 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 10 Apr 2014 15:57:35 -0400 Subject: [PATCH] Test on Python 3.4 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12928624..35f34a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" install: - "pip install -e . --use-mirrors" - "pip install pycrypto>=2.6 --use-mirrors" @@ -11,6 +12,3 @@ install: script: - python --version - behave -matrix: - allow_failures: # python 3 support for travis is shaky.... - - python: 3.3