mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove unversioned install of most dev packages
This commit is contained in:
parent
30cdf85ffa
commit
648def69ca
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user