diff --git a/.travis.yml b/.travis.yml index 3b8660d63..99ae90699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ cache: directories: - ~/.cache/bower python: - - 3.4 - - 3.3 + - 3.5 - 2.7 sudo: false env: @@ -29,6 +28,8 @@ matrix: include: - python: 3.3 env: GROUP=python + - python: 3.4 + env: GROUP=python after_success: - coveralls