8 lines
116 B
YAML
8 lines
116 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
install:
|
|
- pip install pipenv
|
|
- pipenv install -d --system
|
|
|
|
script: nosetests |