changeset 677:a9b13c848b20

cm: Make Travis-CI test packaging.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 06 Mar 2016 23:51:44 -0800
parents a04288f199a5
children 551d06cc640c
files .travis.yml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
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"