Mercurial > piecrust2
view .travis.yml @ 678:551d06cc640c
cm: Don't raise an exception when no version file exists.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 07 Mar 2016 00:00:36 -0800 |
parents | a9b13c848b20 |
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"