• Sign in

Administrator / django-contrib-comments · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • django-contrib-comments
  • .travis.yml
  • Dropped Django 1.6 / Python 2.6
    6574825c
    Claude Paroz authored
    2015-12-10 09:49:51 +0100  
    Browse Files »
.travis.yml 404 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
language: python
python:
    - "2.7"
    - "3.2"
    - "3.3"
    - "3.4"
env:
    - DJANGO_PACKAGE="Django>=1.7,<1.8"
    - DJANGO_PACKAGE="Django>=1.8,<1.9"
    - DJANGO_PACKAGE="Django<1.10"

matrix:
  exclude:
  - python: "3.2"
    env: DJANGO_PACKAGE="Django<1.10"
  - python: "3.3"
    env: DJANGO_PACKAGE="Django<1.10"

install:
    - pip install --pre $DJANGO_PACKAGE
script: python setup.py test