Commit fdbe9ea2 authored by Michal Čihař's avatar Michal Čihař

Simplify Travis CI setup

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 865bbc73
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.4"
# build matrix configuration # build matrix configuration
env: env:
matrix: matrix:
...@@ -46,23 +45,9 @@ notifications: ...@@ -46,23 +45,9 @@ notifications:
webhooks: webhooks:
- https://buildtimetrend.herokuapp.com/travis - https://buildtimetrend.herokuapp.com/travis
matrix: matrix:
exclude: include:
- python: "3.4" - python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10" CI_MODE=lint env: CI_PIP_DEPS="Django>=1.9,<1.10"
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10" CI_MODE=setup
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10" CI_DATABASE=mysql
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10" CI_DATABASE=postgresql
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.7,<1.8"
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.8,<1.9"
- python: "3.4"
env: CI_PIP_DEPS="--pre django"
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10" CI_DATABASE=postgresql CI_MODE=selenium
allow_failures: allow_failures:
- python: "3.4" - python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10" env: CI_PIP_DEPS="Django>=1.9,<1.10"
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