6 lines
95 B
YAML
6 lines
95 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
script: python setup.py && python setup.py test
|
|
sudo: false
|