Skip to content

Commit d7be22b

Browse files
committed
xenial
1 parent 5b29478 commit d7be22b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
sudo: required
2+
3+
dist: xenial
4+
15
language: python
2-
python:
36
- "3.6"
47
install:
58
- sudo apt-get install python3-h5py
69
- sudo apt-get install python3-requests
7-
- sudo apt-get install netcdf-bin
8-
- sudo apt-get install netcdf
10+
- sudo apt-get install libnetcdf
11+
- sudo apt-get install python3-netcdf4
912
- sudo apt-get install python3-jinja2
1013
- sudo apt-get install python3-six
1114
- sudo apt-get install python3-pip
12-
- sudo pip3 install netCDF4
13-
- sudo pip3 install rdflib
1415

1516
- wget https://github.com/marqh/terra/archive/master.zip
1617
- unzip master.zip

0 commit comments

Comments
 (0)