Skip to content

Commit

Permalink
Add Python3.4 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Mar 29, 2014
1 parent f123506 commit 0bc5923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,pypy
envlist = py26,py27,py32,py33,py34,pypy

[testenv]
deps = -r{toxinidir}/tox_requirements.txt
Expand All @@ -8,5 +8,6 @@ downloadcache = build

[testenv:py26]
deps = unittest2
argparse
importlib
-r{toxinidir}/tox_requirements.txt

0 comments on commit 0bc5923

Please sign in to comment.