Mercurial > piecrust2
comparison .travis.yml @ 679:15b6ffadc95f
cm: It's fun to send typos to Travis-CI.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 07 Mar 2016 00:03:13 -0800 |
parents | a9b13c848b20 |
children | 84492d185813 |
comparison
equal
deleted
inserted
replaced
678:551d06cc640c | 679:15b6ffadc95f |
---|---|
3 python: | 3 python: |
4 - "3.4" | 4 - "3.4" |
5 - "3.5" | 5 - "3.5" |
6 install: | 6 install: |
7 - "python setup.py version -f 2.0" | 7 - "python setup.py version -f 2.0" |
8 - "python setup.py dist --formats=zip" | 8 - "python setup.py sdist --formats=zip" |
9 - "pip install dist/PieCrust-2.0.zip" | 9 - "pip install dist/PieCrust-2.0.zip" |
10 script: | 10 script: |
11 - "py.test" | 11 - "py.test" |
12 | 12 |