mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
travis use pip3
This commit is contained in:
@@ -7,6 +7,6 @@ python:
|
|||||||
- "pypy3.5"
|
- "pypy3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- python3 -m pip -U install -r requirements.txt
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: pylint --rcfile=pylint.rc bfxapi
|
script: pylint --rcfile=pylint.rc bfxapi
|
||||||
|
|||||||
Reference in New Issue
Block a user