Mercurial > wikked
view .travis.yml @ 490:a2a46d1774f5
Added tag 0.8.0 for changeset 5955eb74b1c2
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 01 Nov 2018 22:03:34 -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