From 61f2e6daa7e9f2b4f52fd41f7f3d4bea448621a4 Mon Sep 17 00:00:00 2001 From: Jacob Plaster Date: Fri, 21 Dec 2018 15:01:25 +0000 Subject: [PATCH] travis.yml: fix pip install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ff3e38..ded01ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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