From 1e1b1adba98c66da48acaa663fe59a03a44db686 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 9 Sep 2014 14:34:35 +0800 Subject: [PATCH] add RC4-SHA256 unit test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 193a0a4..24b234b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: - pep8 . - python tests/test.py -c tests/table.json - python tests/test.py -c tests/aes.json + - python tests/test.py -c tests/rc4-sha256.json - python tests/test.py -c tests/salsa20.json - python tests/test.py -c tests/server-multi-ports.json - python tests/test.py -c tests/server-multi-passwd.json