annotate .travis.yml @ 627:6c205066067a

admin: Fix responsive layout. * Use a fluid Bootstrap container to not get pops, and prevent problems with the side navigation messing up widths. * Fix button layout on the edit page view.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Feb 2016 23:27:41 -0800
parents aefd2714d205
children 3c4075e37dc2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
463
aefd2714d205 cm: Use Travis CI's new infrastructure.
Ludovic Chabant <ludovic@chabant.com>
parents: 354
diff changeset
1 sudo: false
178
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 language: python
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 python:
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 - "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
5 install:
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 requirements.txt"
779c67decff6 build: Put dev-only lib requirements into a `dev-requirements.txt` file.
Ludovic Chabant <ludovic@chabant.com>
parents: 178
diff changeset
7 - "pip install -r dev-requirements.txt"
178
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 script: py.test
ff5b2d3863a8 build: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9