|
@ -16,7 +16,7 @@ before_install: |
|
|
script: |
|
|
script: |
|
|
- pep8 . |
|
|
- pep8 . |
|
|
- pyflakes . |
|
|
- pyflakes . |
|
|
- python tests/nose_plugin.py |
|
|
- python tests/nose_plugin.py -v |
|
|
- python tests/test.py -c tests/aes.json |
|
|
- python tests/test.py -c tests/aes.json |
|
|
- python tests/test.py -c tests/aes-ctr.json |
|
|
- python tests/test.py -c tests/aes-ctr.json |
|
|
- python tests/test.py -c tests/aes-cfb1.json |
|
|
- python tests/test.py -c tests/aes-cfb1.json |
|
|