add unit test for lru cache
This commit is contained in:
@ -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
|
||||
- pip install m2crypto salsa20 pep8 nose
|
||||
- sudo tests/socksify/install.sh
|
||||
script:
|
||||
- pep8 .
|
||||
- nosetests shadowsocks/*
|
||||
- python tests/test.py -c tests/table.json
|
||||
- python tests/test.py -c tests/aes.json
|
||||
- python tests/test.py -c tests/aes-ctr.json
|
||||
|
Reference in New Issue
Block a user