travis.yml: fix pip install

This commit is contained in:
Jacob Plaster
2018-12-21 15:01:25 +00:00
committed by Jacob Plaster
parent b28d31c19e
commit 61f2e6daa7

View File

@@ -7,6 +7,6 @@ python:
- "pypy3.5" - "pypy3.5"
# command to install dependencies # command to install dependencies
install: install:
- python3 -m pip -U install -r requirements.txt - python3 -m pip install -r requirements.txt
# command to run tests # command to run tests
script: pylint --rcfile=pylint.rc bfxapi script: pylint --rcfile=pylint.rc bfxapi