-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
36 lines (36 loc) · 1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
dist: bionic
language: erlang
script: "make && make test"
before_script:
- "./bootstrap_travis.sh"
- epmd -daemon
before_install:
- sudo add-apt-repository ppa:jonathonf/python-3.6 -y
- sudo apt-get update
- sudo apt-get install python3.6 python3-pip python3.6-dev
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1
- sudo update-alternatives --set python /usr/bin/python3.6
install:
- sudo python3.6 -m pip install numpy
- sudo python3.6 -m pip install pandas
- sudo python3.6 -m pip install matplotlib
- sudo python3.6 -m pip install sklearn
- sudo python3.6 -m pip install scipy
- sudo python3.6 -m pip install plotly==4.2.1
- sudo python3.6 -m pip install cufflinks==0.17.0
- sudo python3.6 -m pip install seaborn
- sudo python3.6 -m pip install --upgrade IPython
- sudo python3.6 -m pip install pyodbc
- sudo python3.6 -m pip install codecov
after_success: "codecov"
otp_release:
- 22.0
- 21.0
- 20.0
- 19.3
- 19.0
- 18.3
- 18.2.1
- 18.2
- 18.1
- 18.0