Skip to content

Commit 600fd78

Browse files
committed
setuptools pip
1 parent 7c1f4f1 commit 600fd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ install:
1616
- sudo apt-get install python3-jinja2
1717
- sudo apt-get install python3-six
1818
- sudo apt-get install python3-pip
19-
- sudo pip install setuptools --no-use-wheel --upgrade
19+
- sudo pip3 install setuptools --upgrade
2020
- export HDF5_DIR=/usr/include/hdf5
2121
- export USE_SETUPCFG=0
2222
- export HDF5_INCDIR=/usr/include
2323
- export HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu
24-
- pip3 install netCDF4
24+
- sudo pip3 install netCDF4
2525
- wget https://github.com/marqh/terra/archive/master.zip
2626
- unzip master.zip
2727
- cd terra-master

0 commit comments

Comments
 (0)