mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Add .travis.yml for Travis-CI support.
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.8.0"
|
||||||
|
before_install:
|
||||||
|
- python -m pip install --upgrade pip
|
||||||
|
install:
|
||||||
|
- pip install -r dev-requirements.txt
|
||||||
|
script:
|
||||||
|
- python -m pylint bfxapi
|
||||||
|
- python -m mypy bfxapi
|
||||||
|
- python -m unittest bfxapi.tests
|
||||||
Reference in New Issue
Block a user