diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 10:14:56 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 10:14:56 -0400 |
commit | 0d946957cc6d96ae4bbbd4f960a2e661331d0554 (patch) | |
tree | 907b2f037360d4aff3e833efb7074f179afd9d24 | |
parent | e34bf059df2e3f4812cf404749a2a6ca5d11dbcc (diff) | |
download | external_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.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,5 +3,7 @@ python: - 2.6 - 2.7 - 3.2 +# install +install: python --version # command to run tests script: python setup.py test |