mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-03 21:04:23 +01:00
Adds .travis.yml for lint pipeline
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
# PyPy versions
|
||||
- "pypy3.5"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
# command to run tests
|
||||
script: pylint bfxapi
|
||||
Reference in New Issue
Block a user