Mercurial > wikked
view .travis.yml @ 448:c78eaebced8b
fs: Add support for builtin namespaces.
Add stub page for a `help` namespace.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 07 Jan 2018 11:05:55 -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