From f98728a761fea7bd8390a3fd590f898b1f18dbd8 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 31 Oct 2014 18:29:27 +0800 Subject: [PATCH] drop table support in python 3 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9dcb1bc..517d9ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: python python: - 2.6 - 2.7 + - 3.2 + - 3.3 + - 3.4 - pypy cache: directories: @@ -15,7 +18,6 @@ script: - pep8 . - pyflakes . - python tests/nose_plugin.py - - 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