Skip to content

Commit c5a7d50

Browse files
committed
Python3 now, not Python2 for pdal/pdal:latest
1 parent 37328e3 commit c5a7d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/travis/script.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
apt-get update -y; apt-get install python-pip -y
2-
pip install numpy packaging cython
1+
apt-get update -y; apt-get install python3-pip -y
2+
pip3 install numpy packaging cython
33
cd /pdal/
4-
python setup.py build
5-
python setup.py test
4+
python3 setup.py build
5+
python3 setup.py test

0 commit comments

Comments
 (0)