From f4be98758ff3901b57436655902f86d5a614602c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 4 Jan 2013 19:55:33 +0100 Subject: [PATCH] travis.yml: Remove the --user switch to setup.py; travis uses virtualenv. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a9cb69c0..8b025c7a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: python -env: - - PATH=$PATH:$HOME/.local/bin python: - "3.2" - "2.7" @@ -10,6 +8,6 @@ python: install: # command to run tests, e.g. python setup.py test script: - - python setup.py install --user + - python setup.py install - supybot-test test - supybot-test --plugins-dir=plugins/