Mercurial > piecrust2
view .travis.yml @ 677:a9b13c848b20
cm: Make Travis-CI test packaging.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 06 Mar 2016 23:51:44 -0800 |
parents | 3c4075e37dc2 |
children | 15b6ffadc95f |
line wrap: on
line source
sudo: false language: python python: - "3.4" - "3.5" install: - "python setup.py version -f 2.0" - "python setup.py dist --formats=zip" - "pip install dist/PieCrust-2.0.zip" script: - "py.test"