From 648def69cab0e80c7b3220410ebd59d457a87107 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 17 Jan 2019 19:05:28 +0100 Subject: [PATCH] Remove unversioned install of most dev packages --- .travis.yml | 2 +- requirements-dev.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57265fd40..3dfcf6111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: install: - cd build_helpers && ./install_ta-lib.sh; cd .. - export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH -- pip install --upgrade flake8 coveralls pytest-random-order pytest-asyncio mypy +- pip install --upgrade pytest-random-order - pip install -r requirements-dev.txt - pip install -e . jobs: diff --git a/requirements-dev.txt b/requirements-dev.txt index 50d181296..870a0e1b9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,3 +6,5 @@ pytest==4.1.1 pytest-mock==1.10.0 pytest-asyncio==0.10.0 pytest-cov==2.6.1 +coveralls==1.5.1 +mypy==0.650