view .travis.yml @ 479:3b6cbadd0c64

themes: Add config paths to the cache key. This makes PieCrust re-process the configuration when the user changes which theme is currently applied to the site.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Jul 2015 22:25:39 -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