6 lines
81 B
YAML
6 lines
81 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# command to run tests
|
|
script: python test.py
|