From 4ddc20945ef788614b275908ebb29f0acf4b41d0 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 17 Sep 2014 00:05:12 +0800 Subject: [PATCH] add travis test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b10edd9..70a3cf9 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/aes-ctr.json - python tests/test.py -c tests/aes-cfb1.json - python tests/test.py -c tests/aes-cfb8.json - python tests/test.py -c tests/rc4-md5.json