view .travis.yml @ 458:faa4c8467291

web: Improve upload workflow. - Add 'upload' and 'wikiupload' permissions, and check for them. - Fix the message about what the syntax is for using files in pages. - Fix uploading files to endpoint pages.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 10 Jan 2018 22:52:42 -0800
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