Commit 0e99120a authored by Michal Čihař's avatar Michal Čihař

Extend Travis test matrix

- add Python 3.3 and 3.5
- need Python 3 tests to pass
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bea94c6a
......@@ -45,18 +45,15 @@ notifications:
- https://buildtimetrend.herokuapp.com/travis
matrix:
include:
- python: "3.4"
- python: "3.3"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master"
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master" CI_MODE=lint
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master" CI_MODE=selenium
allow_failures:
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master"
- python: "3.4"
- python: "3.5"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master"
- python: "3.5"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master" CI_MODE=lint
- python: "3.4"
- python: "3.5"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master" CI_MODE=selenium
addons:
apt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment