7 lines
82 B
YAML
7 lines
82 B
YAML
|
|
language: python
|
||
|
|
python:
|
||
|
|
- "2.7"
|
||
|
|
- "3.6"
|
||
|
|
install:
|
||
|
|
- python setup.py install
|