travis.yml: Remove setuptools (installed by default).

This commit is contained in:
Valentin Lorentz 2013-01-04 19:41:15 +01:00
parent 3d7d27ec8a
commit 349b969dbf
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ python:
- "2.5"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- setuptools
# command to run tests, e.g. python setup.py test
script:
- python setup.py install --user