Mercurial > piecrust2
comparison .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 |
comparison
equal
deleted
inserted
replaced
676:a04288f199a5 | 677:a9b13c848b20 |
---|---|
2 language: python | 2 language: python |
3 python: | 3 python: |
4 - "3.4" | 4 - "3.4" |
5 - "3.5" | 5 - "3.5" |
6 install: | 6 install: |
7 - "pip install -r requirements.txt" | 7 - "python setup.py version -f 2.0" |
8 - "pip install -r dev-requirements.txt" | 8 - "python setup.py dist --formats=zip" |
9 script: py.test | 9 - "pip install dist/PieCrust-2.0.zip" |
10 script: | |
11 - "py.test" | |
10 | 12 |