Mercurial > piecrust2
view .travis.yml @ 674:f987b29d6fab
tests: Add ability to run tests with a theme site.
* Remove automatic creating of `config.yml`.
* Add option to specify `theme_config` in YAML tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 06 Mar 2016 23:48:01 -0800 |
parents | 3c4075e37dc2 |
children | a9b13c848b20 |
line wrap: on
line source
sudo: false language: python python: - "3.4" - "3.5" install: - "pip install -r requirements.txt" - "pip install -r dev-requirements.txt" script: py.test