Remove unversioned install of most dev packages

This commit is contained in:
Matthias 2019-01-17 19:05:28 +01:00
parent 30cdf85ffa
commit 648def69ca
2 changed files with 3 additions and 1 deletions

View File

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

View File

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