annotate .travis.yml @ 445:b8db406cc5e4

web: Fix UI bugs and do a few improvements. - Fix problems introduced by upgrading to the latest PureCSS. - Simplify CSS/JS includes into the page. - Add a bit of shadow to the body when the search field is focused/expanded.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Jan 2018 00:58:09 -0800
parents e4a06565ecd5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
431
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 sudo: false
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 language: python
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 python:
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 - "3.4"
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 - "3.5"
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 - "3.6"
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 install:
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 - "pip install -r requirements.txt"
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 - "pip install -r dev-requirements.txt"
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 script: py.test
e4a06565ecd5 cm: Add Travis-CI config file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11