Add tox for managing test environments.

This commit is contained in:
Christopher Ramírez 2015-12-04 09:35:41 -06:00
parent 1e77732d5a
commit 8462db6e03

6
tox.ini Normal file
View file

@ -0,0 +1,6 @@
[tox]
envlist = py26, py27, py3, py33, py34
[testenv]
deps = pytest
commands= py.test