view .travis.yml @ 201:0c9de41689bb

processing: Add ability to specify processors per mount. The user can now specify which processors to use for each mount (i.e. each assets directory). This is mostly for disabling anything but `copy` for websites using Grunt or similar asset pipelines instead of the built-in one.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 14 Jan 2015 22:42:26 -0800
parents ff5b2d3863a8
children 779c67decff6
line wrap: on
line source

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