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

1
.gitignore vendored
View File

@@ -19,3 +19,4 @@ build/
htmlcov
*_ext.c
*_ext.so
/.tox

5
tox.ini Normal file
View File

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