[go: up one dir, main page]

Menu

[cf5491]: / .travis.yml  Maximize  Restore  History

Download this file

16 lines (13 with data), 364 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
sudo: enabled
language: python
python:
- 3.6
notifications:
slack: "cryptobotgroupe:vYDDCLRne52jPGVtN6cMiUkb"
email: false
install:
- ./doc/install/install-ta-lib.sh
- cp ./doc/install/config_test.json ./config/config.json
- pip install git+https://github.com/Herklos-Bots/BotCore
- python -m pip install -r requirements.txt
script: pytest tests/