diff .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
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"