6 lines
86 B
YAML
6 lines
86 B
YAML
|
language: python
|
||
|
install:
|
||
|
- pip install virtualenv
|
||
|
script:
|
||
|
- python setup.py test
|