Skip to content

Commit

Permalink
install tox via buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 4, 2013
1 parent fba6d39 commit f77c9d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[buildout]
develop = .
parts = test
parts = py test

[py]
recipe = zc.recipe.egg
eggs = tox

[test]
recipe = zc.recipe.testrunner
Expand Down

0 comments on commit f77c9d7

Please sign in to comment.