Files
bitfinex-api-py/.travis.yml
2019-04-12 11:49:00 +10:00

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