[go: up one dir, main page]

Menu

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

Download this file

22 lines (18 with data), 451 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
sudo: enabled
language: python
python:
- 3.5
- 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=. --cov-config=.coveragerc tests/
after_success:
- coveralls