Skip to content

Commit

Permalink
Merge pull request #11 from Polytechnique-org/vberger
Browse files Browse the repository at this point in the history
Test more versions on Travis.
  • Loading branch information
vberger committed Oct 9, 2015
2 parents 0fb911d + 63dc9f0 commit d2c668f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@ language: python

python:
- "3.4"
- "3.5"

env:
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8

matrix:
exclude:
- python: "3.5"
env: DJANGO_VERSION=1.7

install:
- pip install -q Django==$DJANGO_VERSION
- pip install -r backend/requirements.txt

script:
Expand All @@ -13,3 +24,12 @@ script:
branches:
only:
- master

notifications:
email: false
irc:
channels: "chat.freenode.net#platal"
on_success: always
on_failure: always
template:
- "%{repository} : %{message} ( %{build_url} )"

0 comments on commit d2c668f

Please sign in to comment.