mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
travis.yml: Remove the --user switch to setup.py; travis uses virtualenv.
This commit is contained in:
parent
a2a52d4bf9
commit
f4be98758f
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user