Skip to content

Commit aa7d225

Browse files
committed
py27
1 parent 6dde79f commit aa7d225

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

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

55
language: python
6-
- "3.6"
6+
- "2.7"
77
install:
8-
- sudo apt-get install python3-h5py
9-
- sudo apt-get install python3-requests
8+
- sudo apt-get install python-h5py
9+
- sudo apt-get install python-requests
1010
- sudo apt-cache search netcdf
1111
- sudo apt-get install libnetcdf-dev
12-
- sudo apt-get install python3-netcdf4
13-
- sudo apt-get install python3-jinja2
14-
- sudo apt-get install python3-six
15-
- sudo apt-get install python3-pip
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
1616

1717
- wget https://github.com/marqh/terra/archive/master.zip
1818
- unzip master.zip

0 commit comments

Comments
 (0)