From 35c0cdc44085fcd10e7350fb8c1f0a69e5c3ad23 Mon Sep 17 00:00:00 2001 From: Jacob Plaster Date: Tue, 18 Dec 2018 11:47:20 +0000 Subject: [PATCH] travis use pip3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49bbd71..6ff3e38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ python: - "pypy3.5" # command to install dependencies install: - - pip install -r requirements.txt + - python3 -m pip -U install -r requirements.txt # command to run tests script: pylint --rcfile=pylint.rc bfxapi