travis.yml: Remove the --user switch to setup.py; travis uses virtualenv.

This commit is contained in:
Valentin Lorentz 2013-01-04 19:55:33 +01:00
parent a2a52d4bf9
commit f4be98758f
1 changed files with 1 additions and 3 deletions

View File

@ -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/