Travis: Try to fix error by using a single line.
This commit is contained in:
parent
3098948a87
commit
507e535c25
|
@ -5,10 +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; \
|
||||
python2 setup.py install && \
|
||||
nosetests-2.7 -v -d test.py"
|
||||
- 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"
|
||||
|
||||
install:
|
||||
- pip install pep8
|
||||
|
|
Loading…
Reference in New Issue