6 lines
80 B
YAML
6 lines
80 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install: make test_env
|
|
script: make test
|