Skip to content

Commit

Permalink
install Python extension from PyPI now
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 14, 2018
1 parent d609db2 commit 48b2086
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/ci/script.sh
Expand Up @@ -87,12 +87,7 @@ ctest -V
make install

# Python extension testing
cd /pdal/python
pip install packaging
python setup.py build
echo "current path: " `pwd`
export PDAL_TEST_DIR=/pdal/_build/test
python setup.py test
pip install PDAL

for EXAMPLE in writing writing-filter writing-kernel writing-reader writing-writer
do
Expand Down

0 comments on commit 48b2086

Please sign in to comment.