Skip to content

Commit

Permalink
Add 3.4 to list of Python versions to test with
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Jun 11, 2014
1 parent 445e263 commit ca4347a
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 @@ env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
before_install:
- sudo apt-get update -qq
- sudo apt-get install libtidy-0.99-0
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, py31, py32, py33
envlist = py26, py27, py31, py32, py33, py34

[testenv]
downloadcache = {toxworkdir}/cache
Expand Down

0 comments on commit ca4347a

Please sign in to comment.