6 lines
73 B
YAML
6 lines
73 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# command to run tests
|
|
script: notest
|