lint code
This commit is contained in:
parent
c553e7a725
commit
89dc6031e8
2 changed files with 8 additions and 6 deletions
|
@ -9,10 +9,11 @@ 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 pep8 nose
|
||||
- pip install m2crypto salsa20 pep8 pyflakes nose
|
||||
- sudo tests/socksify/install.sh
|
||||
script:
|
||||
- pep8 .
|
||||
- pyflakes .
|
||||
- python tests/nose_plugin.py
|
||||
- python tests/test.py -c tests/table.json
|
||||
- python tests/test.py -c tests/aes.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue