mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Add travis integration.
This commit is contained in:
parent
1132728656
commit
3d7d27ec8a
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.2"
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
- "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
|
||||
- supybot-test test
|
||||
- supybot-test --plugins-dir=plugins/
|
Loading…
Reference in New Issue
Block a user