diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-07-03 14:36:38 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-07-04 14:22:34 +0900 |
commit | ecd1e4209addce1754505f9c52a4ecb980fe20ed (patch) | |
tree | 6257ffa08399bb21183e0ee7c2deadc7b0fa8b45 /.travis.yml | |
parent | fa4318ba691c01fde89f1e53cee219f2773fad68 (diff) |
travis: run tests with python3
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 80b25aee..cc1d1093 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: env: - TOX_ENV=py26 - TOX_ENV=py27 + - TOX_ENV=py34 - TOX_ENV=pep8 install: |