diff options
author | Corey Farwell <coreyf@rwell.org> | 2014-05-11 20:13:22 -0700 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2014-05-11 20:13:22 -0700 |
commit | fdb205b19e9980cd5a619b09d5828e12095b48b9 (patch) | |
tree | db5f344b7dfb24650505bf2d7686d1b0180aa8b8 /.travis.yml | |
parent | fbe8053120fed8e514124ce84db8008beb7716bb (diff) |
Enable testing on Python 3.4
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 45b71f11b..c6cc7a994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" script: nosetests test --verbose notifications: email: |