Mercurial > piecrust2
diff .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 diff
--- a/.travis.yml Sun Mar 06 23:51:20 2016 -0800 +++ b/.travis.yml Sun Mar 06 23:51:44 2016 -0800 @@ -4,7 +4,9 @@ - "3.4" - "3.5" install: - - "pip install -r requirements.txt" - - "pip install -r dev-requirements.txt" -script: py.test + - "python setup.py version -f 2.0" + - "python setup.py dist --formats=zip" + - "pip install dist/PieCrust-2.0.zip" +script: + - "py.test"