aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-07-22 10:14:56 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-07-22 10:14:56 -0400
commit0d946957cc6d96ae4bbbd4f960a2e661331d0554 (patch)
tree907b2f037360d4aff3e833efb7074f179afd9d24
parente34bf059df2e3f4812cf404749a2a6ca5d11dbcc (diff)
downloadexternal_python_setuptools-0d946957cc6d96ae4bbbd4f960a2e661331d0554.tar.gz
external_python_setuptools-0d946957cc6d96ae4bbbd4f960a2e661331d0554.tar.bz2
external_python_setuptools-0d946957cc6d96ae4bbbd4f960a2e661331d0554.zip
Add the install section back (I suspect it may be required to indicate a Python project).
--HG-- branch : distribute extra : rebase_source : 1741ce7955e97e5f4837bcf9d64df56ac4bb4e78
-rw-r--r--travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/travis.yml b/travis.yml
index 50f0e0b9..605923d3 100644
--- a/travis.yml
+++ b/travis.yml
@@ -3,5 +3,7 @@ python:
- 2.6
- 2.7
- 3.2
+# install
+install: python --version
# command to run tests
script: python setup.py test