Mercurial > wikked
view .travis.yml @ 441:9d81c838f41a
web: Fix the UX for creating new pages at root vs. under a folder.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 29 Dec 2017 16:51:53 -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