From 349b969dbf275e2739094267efb72232d6668c83 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 4 Jan 2013 19:41:15 +0100 Subject: [PATCH] travis.yml: Remove setuptools (installed by default). --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38c31cede..9809af2fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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