view .travis.yml @ 466:8ee6e7649aba

web: Update to Font Awesome 5.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Oct 2018 19:51:12 -0700
parents e4a06565ecd5
children
line wrap: on
line source

sudo: false
language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
install:
  - "pip install -r requirements.txt"
  - "pip install -r dev-requirements.txt"
script: py.test