view .travis.yml @ 461:2fc9abd93023

web: Make the lock icon open and close as the user pins/unpins the sidebar.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 30 Sep 2018 21:40:15 -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