Skip to content

Commit

Permalink
Add support for testing under tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 20, 2013
1 parent 0290356 commit 70f83c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
@@ -0,0 +1,13 @@
[tox]
#envlist = py26,py27,py32,py33
envlist = py26,py27

[testenv]
deps =
repoze.who >= 1.0.14
# elixr 0.7.1 breaks with sqlalchemy 0.8
sqlalchemy >= 0.5, < 0.8dev
elixir
nose
commands =
nosetests []

0 comments on commit 70f83c7

Please sign in to comment.