Skip to content

Commit

Permalink
Travis: Use a Bash login shell for Torch executables.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed Dec 23, 2015
1 parent 73fc46e commit 436b5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python: ["2.7"]

before_install:
- docker pull bamos/openface
- docker run -v $PWD:/root/src/openface bamos/openface /bin/sh -c "cd /root/src/openface; ./models/get-models.sh && python2 setup.py install && nosetests-2.7 -v -d test.py"
- docker run -v $PWD:/root/src/openface bamos/openface /bin/bash -l -c "cd /root/src/openface; ./models/get-models.sh && python2 setup.py install && nosetests-2.7 -v -d test.py"

install:
- pip install pep8
Expand Down

0 comments on commit 436b5dc

Please sign in to comment.