• 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
  • Updated travisCI config to use Django1.6 instead of 1.7 too
    50a22d83
    crccheck authored
    2014-02-17 22:28:07 -0600  
    Browse Files »
.travis.yml 238 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
language: python
python:
    - "2.6"
    - "2.7"
    - "3.2"
    - "3.3"
env:
    - DJANGO_PACKAGE="Django>=1.5,<1.6"
    - DJANGO_PACKAGE="Django>=1.6,<1.7"
install: pip install $DJANGO_PACKAGE --use-mirrors
script: python setup.py test