add tox for Python 2.7

This commit is contained in:
Roman Zeyde
2014-08-24 19:26:05 +03:00
parent 2da7b9ef01
commit a086a43af7
2 changed files with 6 additions and 0 deletions

5
tox.ini Normal file
View File

@@ -0,0 +1,5 @@
[tox]
envlist = py27
[testenv]
deps=pytest
commands=py.test tests/