mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
13 lines
291 B
YAML
13 lines
291 B
YAML
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:
|
|
# command to run tests, e.g. python setup.py test
|
|
script:
|
|
- python setup.py install
|
|
- supybot-test test --plugins-dir=plugins/
|