drop table support in python 3
This commit is contained in:
parent
2a53b67c65
commit
f98728a761
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,9 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.2
|
||||||
|
- 3.3
|
||||||
|
- 3.4
|
||||||
- pypy
|
- pypy
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -15,7 +18,6 @@ script:
|
||||||
- pep8 .
|
- pep8 .
|
||||||
- pyflakes .
|
- pyflakes .
|
||||||
- python tests/nose_plugin.py
|
- 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.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
|
||||||
|
|
Loading…
Reference in a new issue