mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-22 06:54:28 +01:00
9 lines
159 B
YAML
9 lines
159 B
YAML
language: python
|
|
python:
|
|
- "3.6.7"
|
|
install:
|
|
- python3.6 -m pip install -r requirements.txt
|
|
script:
|
|
- pylint --rcfile=pylint.rc bfxapi
|
|
- pytest
|