changeset 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 551d06cc640c
children c2ea75e37540
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Mon Mar 07 00:00:36 2016 -0800
+++ b/.travis.yml	Mon Mar 07 00:03:13 2016 -0800
@@ -5,7 +5,7 @@
   - "3.5"
 install:
   - "python setup.py version -f 2.0"
-  - "python setup.py dist --formats=zip"
+  - "python setup.py sdist --formats=zip"
   - "pip install dist/PieCrust-2.0.zip"
 script:
   - "py.test"