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