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