7 lines
No EOL
104 B
YAML
7 lines
No EOL
104 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- python setup.py develop
|
|
script:
|
|
- python setup.py test |