view .travis.yml @ 262:61145dcd56e0

routing: Better generate URLs according to the site configuration. This fixes problems now that even the chef server generates URLs that are appropriate given the `pretty_urls` and `trailing_slash` settings. Add some tests.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 24 Feb 2015 08:06:25 -0800
parents ff5b2d3863a8
children 779c67decff6
line wrap: on
line source

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