Skip to content

Commit

Permalink
Test against Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Sep 11, 2014
1 parent 095aa2c commit e3ac25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"

install:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py27,
py32,
py33,
py34,
pypy,
flake8

Expand Down

0 comments on commit e3ac25c

Please sign in to comment.