Skip to content

Commit f450ce3

Browse files
committed
Require tippecanoe for testing
1 parent 904d1f8 commit f450ce3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
sudo pip install numpy==1.13.3
1616
sudo pip install -r requirements.txt
1717
sudo pip install -r requirements-dev.txt
18+
git clone [email protected]:mapbox/tippecanoe.git
19+
cd tippecanoe
20+
sudo make -j
21+
sudo make install
22+
1823
- run:
1924
name: Pylint
2025
command: pylint ~/label-maker/label_maker --rcfile=~/label-maker/.config/pylintrc

0 commit comments

Comments
 (0)