Skip to content

Commit 49c2952

Browse files
committed
py36
1 parent aa7d225 commit 49c2952

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.travis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@ sudo: required
33
dist: bionic
44

55
language: python
6-
- "2.7"
6+
- "3.6"
77
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
1010
- sudo apt-cache search netcdf
1111
- 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
1615

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
1720
- wget https://github.com/marqh/terra/archive/master.zip
21+
- python setup.py --quiet install
22+
- cd ..
1823
- unzip master.zip
1924
- cd terra-master
2025
- python setup.py --quiet install

0 commit comments

Comments
 (0)