Skip to content

Commit

Permalink
add PEP8 check in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Aug 26, 2014
1 parent eb7ef6e commit b468476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ cache:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential libssl-dev swig python-m2crypto python-numpy dnsutils
- pip install m2crypto salsa20
- pip install m2crypto salsa20 pep8
- sudo tests/socksify/install.sh
script:
- pep8 .
- python tests/test.py -c tests/table.json
- python tests/test.py -c tests/aes.json
- python tests/test.py -c tests/salsa20.json
Expand Down

0 comments on commit b468476

Please sign in to comment.