summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-07-22 15:44:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-07-22 15:44:27 -0400
commit53561d8674fc85342e4702e864b00ae5f2454b56 (patch)
treef6a99c398aea030a9fdc5ac9e1df48bc3fe9447a /.travis.yml
parentdb93abc385c0451bedbbd02a578669daee86e656 (diff)
downloadpython-setuptools-bitbucket-53561d8674fc85342e4702e864b00ae5f2454b56.tar.gz
Nothing during install
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 719323f4..cbc671e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,5 @@ python:
- 2.6
- 2.7
- 3.2
-# install
-install: python --version
# command to run tests
script: python setup.py test