Skip to content

Commit 8204ad1

Browse files
committed
build
1 parent 8d1aa94 commit 8204ad1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"
87

98
before_install:
10-
- sudo apt-get install -qq python-numpy python-scipy libboost-python-dev
9+
- sudo apt-get install -qq cmake python-numpy python-scipy libboost-python-dev
1110
- pip install git+https://github.com/ageitgey/face_recognition_models
1211

1312
install: pip install -r requirements.txt

0 commit comments

Comments
 (0)