view .travis.yml @ 473:93d84f2c2b31

web: Prevent editing pages in a read-only endpoint.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:47:02 -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