Skip to content

Commit

Permalink
Add nose and tox configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
arcimboldo committed May 29, 2013
1 parent 0c68582 commit b56cbfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nose.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[nosetests]
verbosity=2
with-doctest=1
exe=1
ignore-files=setup.py
with-id=1
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = py26,py27

[testenv]
deps=nose
mock
commands=nosetests -c nose.cfg

0 comments on commit b56cbfb

Please sign in to comment.