We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a758b07 commit c4add08Copy full SHA for c4add08
.travis.yml
@@ -12,13 +12,7 @@ install:
12
- sudo apt-get install python3-jinja2
13
- sudo apt-get install python3-six
14
- sudo apt-get install python3-pip
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-1.3.1rel
20
- - python setup.py --quiet install
21
- - cd ..
+ - pip3 install netcdf4-python
22
- wget https://github.com/marqh/terra/archive/master.zip
23
- unzip master.zip
24
- cd terra-master
0 commit comments