Skip to content

Commit efd52a2

Browse files
committed
Install quantized mesh tile in tests
1 parent 0fca962 commit efd52a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
install:
99
- pip install numpy Cython
1010
- pip install .
11+
- pip install '.[test]'
1112

1213
script:
1314
- pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
inst_reqs = ["numpy"]
1414

1515
extra_reqs = {
16-
"test": ["pytest", "pytest-benchmark", "imageio"], }
16+
"test": ["pytest", "pytest-benchmark", "imageio", "quantized-mesh-tile"], }
1717

1818

1919
# Ref https://suzyahyah.github.io/cython/programming/2018/12/01/Gotchas-in-Cython.html

0 commit comments

Comments
 (0)