Skip to content

Commit

Permalink
Add python3.4 to travis and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Jun 10, 2014
1 parent 76cf3ea commit a140c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"

install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, pypy
envlist = py26, py27, py33, py34, pypy

[testenv]
deps =
Expand Down

0 comments on commit a140c01

Please sign in to comment.