Skip to content

Commit b5be3e0

Browse files
committed
Try to fix build
1 parent a712ece commit b5be3e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ python:
66
- "3.5"
77
- "3.6"
88

9-
before_install: pip install git+https://github.com/ageitgey/face_recognition_models
9+
virtualenv:
10+
system_site_packages: true
11+
12+
before_install:
13+
- sudo apt-get install -qq python-numpy python-scipy
14+
- pip install git+https://github.com/ageitgey/face_recognition_models
1015

1116
install: pip install -r requirements.txt --use-mirrors
1217

0 commit comments

Comments
 (0)