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 49c2952 commit a758b07Copy full SHA for a758b07
.travis.yml
@@ -16,10 +16,10 @@ install:
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
20
- - wget https://github.com/marqh/terra/archive/master.zip
+ - cd netcdf4-python-1.3.1rel
21
- python setup.py --quiet install
22
- cd ..
+ - wget https://github.com/marqh/terra/archive/master.zip
23
- unzip master.zip
24
- cd terra-master
25
0 commit comments