Travis: Fix typo.

This commit is contained in:
Brandon Amos 2016-01-07 18:44:11 -05:00
parent 434dc1ca9f
commit 7a1377d54c
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ script:
"cd /root/src/openface; \ "cd /root/src/openface; \
./models/get-models.sh && \ ./models/get-models.sh && \
wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \ wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
-O ./models/openface/nn4.v1.t7 \ -O ./models/openface/nn4.v1.t7 && \
python2 setup.py install && \ python2 setup.py install && \
nosetests-2.7 -v -d test.py" nosetests-2.7 -v -d test.py"