mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
12 lines
215 B
YAML
12 lines
215 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.4"
|
||
|
env:
|
||
|
- PLUGIN=example-plugin
|
||
|
- PLUGIN=sentiText
|
||
|
install:
|
||
|
- "pip install senpy pytest"
|
||
|
- "python -m senpy --only-install -f $PLUGIN"
|
||
|
script:
|
||
|
- "py.test $PLUGIN"
|