Mercurial > wikked
view .travis.yml @ 438:b259b440a9bd
web: Add cheap way to serve page files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 17 Apr 2017 21:36:33 -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