Travis: Remove flake, pep, and luacheck.

This commit is contained in:
Brandon Amos 2017-02-07 11:23:19 -05:00
parent b84b7c67f2
commit ccb9b8ec11
No known key found for this signature in database
GPG Key ID: E9B7164CB72D6B6F
1 changed files with 6 additions and 6 deletions

View File

@ -7,16 +7,16 @@ python:
- "2.7"
install:
- pip install flake8 pep257
# - pip install flake8 pep257
- sudo apt-get update -qq
- sudo apt-get install -y luarocks wget
- sudo luarocks install luacheck
# - sudo apt-get install -y luarocks wget
# - sudo luarocks install luacheck
- docker pull bamos/openface
script:
- flake8 --ignore=E402,E501 .
- pep257 --ignore D104,D203,D400,D402 openface
- luacheck . --no-global --no-self --exclude-files '*/torch-TripletEmbedding'
# - flake8 --ignore=E402,E501 .
# - pep257 --ignore D104,D203,D400,D402 openface
# - luacheck . --no-global --no-self --exclude-files '*/torch-TripletEmbedding'
- |
docker run -v $PWD:/root/src/openface bamos/openface \
/bin/bash -l -c \