Skip to content

Commit

Permalink
Add tox support
Browse files Browse the repository at this point in the history
Add tox config file, making Jenkins testing easier
(see https://www.shiningpanda-ci.com/docs/tutorials/tox.html
for an example).

More info: http://tox.readthedocs.org/en/latest/example/jenkins.html
  • Loading branch information
luizirber committed Aug 29, 2013
1 parent 3a28d98 commit 289cf11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tox]
envlist = py27, py33

[testenv]
commands = nosetests --with-xcoverage --with-xunit --cover-package=screed --cover-erase
deps =
nosexcover
pygr

[testenv:py33]
deps =
nosexcover

0 comments on commit 289cf11

Please sign in to comment.