Skip to content

Commit

Permalink
Travis: Remove flake, pep, and luacheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Feb 7, 2017
1 parent b84b7c6 commit ccb9b8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ccb9b8e

Please sign in to comment.