[go: up one dir, main page]

Menu

[90fee6]: / .travis.yml  Maximize  Restore  History

Download this file

18 lines (15 with data), 417 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
sudo: enabled
language: python
python:
- 3.6
notifications:
slack: "cryptobotgroupe:vYDDCLRne52jPGVtN6cMiUkb"
email: false
install:
- sudo ./docs/install/linux_installer.sh
- pip3 install -r requirements.txt
- pip3 install -r dev_requirements.txt
- cp ./config/default_config.json ./config/config.json
- python3 start.py -p install all
script:
- pytest --cov-report term --cov=. tests/unit_tests/