mirror of https://github.com/CIRCL/lookyloo
16 lines
183 B
YAML
16 lines
183 B
YAML
|
language: python
|
||
|
|
||
|
python:
|
||
|
- "3.6"
|
||
|
- "3.6-dev"
|
||
|
- "3.7"
|
||
|
- "3.7-dev"
|
||
|
- "nightly"
|
||
|
|
||
|
install:
|
||
|
- pip install pipenv
|
||
|
- pipenv install --dev
|
||
|
|
||
|
script:
|
||
|
- pipenv run mypy .
|