File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ sudo: required
3
3
dist : bionic
4
4
5
5
language : python
6
- - " 3.6 "
6
+ - " 2.7 "
7
7
install :
8
- - sudo apt-get install python3 -h5py
9
- - sudo apt-get install python3 -requests
8
+ - sudo apt-get install python -h5py
9
+ - sudo apt-get install python -requests
10
10
- sudo apt-cache search netcdf
11
11
- sudo apt-get install libnetcdf-dev
12
- - sudo apt-get install python3 -netcdf4
13
- - sudo apt-get install python3 -jinja2
14
- - sudo apt-get install python3 -six
15
- - sudo apt-get install python3 -pip
12
+ - sudo apt-get install python -netcdf4
13
+ - sudo apt-get install python -jinja2
14
+ - sudo apt-get install python -six
15
+ - sudo apt-get install python -pip
16
16
17
17
- wget https://github.com/marqh/terra/archive/master.zip
18
18
- unzip master.zip
You can’t perform that action at this time.
0 commit comments