travis use pip3

This commit is contained in:
Jacob Plaster
2018-12-18 11:47:20 +00:00
parent 0c9a0fadbc
commit 35c0cdc440

View File

@@ -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