Add tox.ini

This commit is contained in:
Konsta Vesterinen
2014-02-11 09:14:06 +02:00
parent 7985d8a719
commit de9a794375

9
tox.ini Normal file
View File

@@ -0,0 +1,9 @@
[tox]
envlist = py26, py27, py33
[testenv]
commands = pip install -e ".[test]"
py.test
install_command = pip install {packages}
deps =
SQLAlchemy==0.9.2