We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1aa94 commit 8204ad1Copy full SHA for 8204ad1
.travis.yml
@@ -1,13 +1,12 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.3"
5
- "3.4"
6
- "3.5"
7
- "3.6"
8
9
before_install:
10
-- sudo apt-get install -qq python-numpy python-scipy libboost-python-dev
+- sudo apt-get install -qq cmake python-numpy python-scipy libboost-python-dev
11
- pip install git+https://github.com/ageitgey/face_recognition_models
12
13
install: pip install -r requirements.txt
0 commit comments