Merge pull request #48 from denibertovic/master

fix tox.ini file
This commit is contained in:
Joffrey F 2013-09-26 06:41:55 -07:00
commit 3cfa23c206
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
[tox]
envlist = py26, py27, py32, py33
skipsdist=True
[testenv]
usedevelop=True
commands =
{envpython} setup.py install
{envpython} tests/test.py
deps = -r{toxinidir}/requirements.txt