drop table support in python 3

This commit is contained in:
clowwindy 2014-10-31 18:29:27 +08:00
parent 2a53b67c65
commit f98728a761
1 changed files with 3 additions and 1 deletions

View File

@ -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