6 lines
94 B
YAML
6 lines
94 B
YAML
language: python
|
|
python:
|
|
- "3.2"
|
|
install: "pip install -r requirements.txt"
|
|
script: py.test
|