mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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
|
language: python
|
||||||
env:
|
|
||||||
- PATH=$PATH:$HOME/.local/bin
|
|
||||||
python:
|
python:
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
@ -10,6 +8,6 @@ python:
|
|||||||
install:
|
install:
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script:
|
script:
|
||||||
- python setup.py install --user
|
- python setup.py install
|
||||||
- supybot-test test
|
- supybot-test test
|
||||||
- supybot-test --plugins-dir=plugins/
|
- supybot-test --plugins-dir=plugins/
|
||||||
|
Loading…
Reference in New Issue
Block a user