6 lines
82 B
YAML
6 lines
82 B
YAML
language: python
|
|
python:
|
|
- "3.2"
|
|
install: "pip install py.test"
|
|
script: py.test
|