7 lines
93 B
YAML
7 lines
93 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
install:
|
|
- pipenv install -d --system
|
|
|
|
script: nosetests |