annotate .travis.yml @ 437:62274d805a6e

bake: Tweaks to the `sitemap` processor. Add tests. * Now using a `PageIterator` to get the expected behaviour from a given page source, such as skipping taxonomy pages and such. * Fix formatting of priority. * Use the bake time for `lastmod` attribute.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 27 Jun 2015 21:50:36 -0700
parents 779c67decff6
children aefd2714d205
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
178
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 language: python
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 python:
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 - "3.4"
354
779c67decff6 build: Put dev-only lib requirements into a `dev-requirements.txt` file.
Ludovic Chabant <ludovic@chabant.com>
parents: 178
diff changeset
4 install:
779c67decff6 build: Put dev-only lib requirements into a `dev-requirements.txt` file.
Ludovic Chabant <ludovic@chabant.com>
parents: 178
diff changeset
5 - "pip install -r requirements.txt"
779c67decff6 build: Put dev-only lib requirements into a `dev-requirements.txt` file.
Ludovic Chabant <ludovic@chabant.com>
parents: 178
diff changeset
6 - "pip install -r dev-requirements.txt"
178
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 script: py.test
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8