Skip to content

Commit

Permalink
drop table support in python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Oct 31, 2014
1 parent 2a53b67 commit f98728a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
cache:
directories:
Expand All @@ -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
Expand Down

0 comments on commit f98728a

Please sign in to comment.