Mercurial > wikked
view .travis.yml @ 486:bba13de7a7d1
docs: Remove documentation, it's now on a wiki at `wikked.bolt80.com`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Oct 2018 22:08:51 -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