Browse Source

Enable testing on Python 3.4

master
Corey Farwell 11 years ago
parent
commit
fdb205b19e
1 changed files with 1 additions and 0 deletions
  1. 1
      .travis.yml

1
.travis.yml

@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
script: nosetests test --verbose
notifications:
email:

Loading…
Cancel
Save