Travis: Source torch-active so 'th' is on the path for tests.

This commit is contained in:
Brandon Amos 2016-01-11 16:55:45 -05:00
parent 55928e9f95
commit 49aa43ece3
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ script:
- |
docker run -v $PWD:/root/src/openface bamos/openface \
/bin/bash -l -c \
"cd /root/src/openface; \
"source /root/torch/install/bin/torch-activate; \
cd /root/src/openface; \
./models/get-models.sh && \
./data/download-lfw-subset.sh && \
wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \