File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,23 @@ sudo: required
3
3
dist : bionic
4
4
5
5
language : python
6
- - " 2.7 "
6
+ - " 3.6 "
7
7
install :
8
- - sudo apt-get install python -h5py
9
- - sudo apt-get install python -requests
8
+ - sudo apt-get install python3 -h5py
9
+ - sudo apt-get install python3 -requests
10
10
- sudo apt-cache search netcdf
11
11
- sudo apt-get install libnetcdf-dev
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
12
+ - sudo apt-get install python3-jinja2
13
+ - sudo apt-get install python3-six
14
+ - sudo apt-get install python3-pip
16
15
16
+ - wget https://github.com/Unidata/netcdf4-python/archive/v1.3.1rel.zip
17
+ - unzip v1.3.1rel.zip
18
+ - ls -l
19
+ - cd netcdf4-python-v1.3.1rel
17
20
- wget https://github.com/marqh/terra/archive/master.zip
21
+ - python setup.py --quiet install
22
+ - cd ..
18
23
- unzip master.zip
19
24
- cd terra-master
20
25
- python setup.py --quiet install
You can’t perform that action at this time.
0 commit comments