view .travis.yml @ 487:61508ae67488

templating: Make Jinja support arbitrary extension, show warning for old stuff. * Show a warning when using old Twig setting. * Acceept a list of extension names to activate.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 20:01:56 -0700
parents aefd2714d205
children 3c4075e37dc2
line wrap: on
line source

sudo: false
language: python
python:
  - "3.4"
install:
  - "pip install -r requirements.txt"
  - "pip install -r dev-requirements.txt"
script: py.test