mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
.travis: install requirements using 3.8
This commit is contained in:
@@ -2,7 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.8.2"
|
- "3.8.2"
|
||||||
install:
|
install:
|
||||||
- python3.6 -m pip install -r requirements.txt
|
- python3.8 -m pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- pylint --rcfile=pylint.rc bfxapi
|
- pylint --rcfile=pylint.rc bfxapi
|
||||||
- pytest
|
- pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user